This JavaScript balloon popping project challenges you to code the functionality of a balloon popping canvas. Once all the balloons are popped, the user get a message stating all balloons popped!
Beginner JavaScript Projects
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 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 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 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.