This project uses JavaScript to create a word length calculator. After you type in a given word, the calculator outputs its length.
eventListeners
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 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.
JavaScript Pound to Kilogram Conversion Calculator Project
The objective of this JavaScript project is to wire up a very basic JavaScript weight conversion calculator.
JavaScript BMI Calculator Project
The objective of this JavaScript project is to wire up a very basic JavaScript BMI Calculator.
JavaScript Grocery List Project
This project involves creating a grocery list that uses local storage to save items. When an item is added you will receive feedback using the Bootstrap alert-danger or the alert-success classes. This project also uses event propagation to transverse the DOM.