The objective of this JavaScript grocery list project is to create a list that accepts an item and also saves it to local storage.
arrays
JavaScript Quiz Project
This JavaScript quiz project challenges you to code the functionality of a quiz.
At the end of the quiz, your users should get a total score.
Just Another JavaScript Todo List Project
The objective for this JavaScript todo list project is to create a simple todo list that uses local storage to persist its data.
JavaScript Color Change App
The objective for this JavaScript color change app project is to change the color of the canvas when the user clicks on a button.
I feel like I’ve done about a hundred of these color change app variations by now.
JavaScript 2D Brick Breaker Game
The objective of this project is to code a two dimensional JavaScript brick breaker game using the HTML Canvas Web API.
Testimonials JavaScript Project
This project seems to combines two of the previous completed projects. It involves pieces of the Background Image Slider JavaScript Project and the Random Quotes JavaScript Project. This project can easily be completed using an array of objects, but John adds a bit of complexity (if you’re a beginner) to the project by using a Constructor function.