Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 693 Bytes

File metadata and controls

14 lines (8 loc) · 693 Bytes

JavaScript-Projects

These are some small projects I made using JavaScript

Pizza Menu TicTacToe Game Calculator

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.

TicTacToe Game: The classic game of tic=tac-toe. It randomly rolls dice to select which of the two playersgoes 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, multiplu and divide on a sleek web version of a calculator.