The objective for this JavaScript todo list project is to create a simple todo list that uses local storage to persist its data.
JavaScript CSS Selectors
JavaScript Math Addition App
The objective for this JavaScript math addition app is to create two random numbers, add them, and then check to see if the user knows its answer.
JavaScript Image Slider
This JavaScript image slider project is pretty straight forward. Images are hard coded in an array and the objective is to use the slider to view each image.
JavaScript Tip Percent Calculator
This project uses JavaScript to create a percent tip calculator. The user adds an amount and a tip percent and the calculator then outputs a total tip and bill amount.
JavaScript Countdown Timer
The project creates a JavaScript countdown timer. This timer takes a given day and returns the days, hours, minutes, and seconds.
JavaScript BMI Calculator Project
The objective of this JavaScript project is to wire up a very basic JavaScript BMI Calculator.