60 HTML/CSS/JS Projects
#1 - Age Calculator
In this project we built a basic HTML container with a date input field and a button. If you put in your date of birth and then click the button it will calculate your age. An alert pops up if you try to put your birthdate in the future.
#3 - API Recipe Book
This page is an “API recipe book” that fetches 3 random recipes from the Spoonacular API. It presents them in an unordered list in a resonsive manner which I feel is quite well laid-out. Clicking the green button takes you to the recipe page.
#2 - Tip Calculator
This front-end app takes 2 inputs: bill amount and tip percentage. Then when you click the button it calls a function which multiplies the total by the tip percentage and adds it to the bill amount to give a grand total.