Web Design Projects
Hooper's Training Facility
Hoopers is a web design project about a fictional Basketball training gym business in Toledo Ohio. This was a school project started in Dreamweaver and adapted to VS Code.
View Project View CodeJavaScript Applications
Task List
This application is a task list, the UI is built with Materailize CSS.
The application features adding, deleting,and filtering tasks. The tasks are stored in local storage
allowing the user to close and return to the application to update the list as tasks are completed.
Number Guesser
This application is a number guessing game built with skeleton for the simple UI. The user has 3 attempts to guess the number between the preset min and max.Validation is present and only allows numbers, that are within the range. The application is replayable and generates a random number every time for variability in play.
View Project View CodeLoan Calculator
This application is a Loan Calculator built with Bootstrap. The application allows the user to enter an amount, interest, and time to repay. Once values are entered a loading icon appears for a better user experience. After two seconds the user is given their results of monthly payment, total payment, and total interest.
View Project View Code