Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 726 Bytes

File metadata and controls

11 lines (8 loc) · 726 Bytes

JavaScript-Projects

This folder stores my JavaSript coding projects from the course The Tech Academy’s Web Design and Software Developer Boot Camp

Pizza Menu: This project is a menu used to order pizza with a various selection of toppings. It then takes the input information and calculates a price for the order.

TIC TAC TOE Game: The classic of tic-ta-toe. It randomly rolls dice to select which of the two player goes first and then users are off playing the classic game. Users can decide which token each player wants to use and the winner is celebrated with music and flashing lights

Calculator A basic 4 function calculator. Users can add, subtract, multiply, and divide on a sleek web version of a calculator