Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 949 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 949 Bytes

JavaScript Projects

These are small projects I created will learning JavaScript

Projects

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 game of tic-tac-toe. It randomly rolls dice to select which of the two players goes first and then users are off playing the classic game. Users can decide whcih token each player wants to use and the winner is celbrated with music anc flashing lights.

Calculator

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