Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 599 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 599 Bytes

js-projects

A set of my js projects

  • Passenger Counter App - A simple app stores the count of passengers in a station and displays it on the screen. It also has a reset button that resets the counter to zero.

  • Mini Calculator - A simple calculator that performs basic arithmetic operations.

  • BlackJack - A simple game of blackjack, where cards are drawn at random, if they exceed 21, the player losses, if the player gets 21, the player wins.

  • Chrome extension - A Lead Tracker chrome extension, which can track all the leads of the user and store them in a localstorage(browser database)