The objective of this JavaScript Project is to wire up a JavaScript Whack-a-Mole game.
JavaScript CSS Manipulation
Tip Form JavaScript Project
This project involves using JavaScript to wire up a tip calculator. I spent a lot of time on this project. I watched about 20 of John’s 40 minute solution before tackling the project myself. I wanted to watch the first couple of minutes to make sure I was on the right steps towards completing the project, but then he said he wasn’t going to touch any of the HTML.
Modal JavaScript Project
This project involves wiring up the modal of the previous JavaScript Filter project. Because the filter project was separate from this modal project, this project was completed in its own app.js file.
Filter JavaScript Project
This project involves wiring up two different sections. The first section is the filter buttons, whose purposes are to filter the store items by class. The first section is the search filter, whose purpose is to filter the store items by a search.
Background Image Slider JavaScript Project
This project is very similar to the Testimonials JavaScript Project. I did find it a lot easier, however. For this image slider, when an arrow is clicked, the next image in the array shows up.
Counter JavaScript Project
I found this project super easy. It really is a beginner’s program. The idea was to click on either one of two buttons which registered the count of the on page element.