Tip Calculator
- Completed -
- The calculator takes the amount of the bill, and the amount of people splitting the bill,
applies a 15% tip and displays to the user the amount each should be paying equally.
- Uses the tkinter kit to display a simple GUI
Take a look at the code!
Tindog
- Completed -
- This is a project that was part of a coding bootcamp as an introductory to Web Design
- A spoof on the Website known as tinder... but for dogs. Enjoy
- The website is meant as a one-page construction with no actual usage but to teach basic, to intermediate
bootstrap principles and techniques.
Go to the Site
Dice Game Challenge
- Completed -
- This is a project that was part of a coding bootcamp as an introductory to Web Design
- the website generates a random number from 1-6 for two sets of dice
- the webiste then uses javascript to change to the appropriate image and display a winner
Go to the Site
Drum Kit
- Completed -
- This is a project that was part of a coding bootcamp as an introductory to Web Design
- the website teaches foundations of event listeners, and adding audio to a webpage
- it looks for keystrokes as well as a click to interpret what sound needs to be played
Go to the Site
Simon Says
- Completed -
- This is a project that was part of a coding bootcamp as an introductory to Web Design
- the website teaches foundations of using jQuery to perform the bulk of the background work
needed to play the game.
- The game show's simons move's and allows the user to input in sequence the same moves.
if the user inputs an incorrect move a game over event will trigger.
Demo!
Honey do List
- Ongoing -
- This is a simple Honey-do list that allows the user to enter an item and add it to a checklist
- the website was deployed to heroku, using Node.JS and EJS as a template to allow for a more responsive web app
- Teaches the fundamentals of templating and passing information back and forth from the server to the webpage.
- In final stages of development added a database using mongoDB/mongoose atlas to allow for information
to be written and deleted.
- HTML, CSS, Node.JS, EJS, Heroku
Check out the webpage!