Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 733 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 733 Bytes

Guess The Number (GTN) Game using UI

This is basic implementation of the Number guessing game.

You can check the game here for game rules : https://www.mathsisfun.com/games/guess_number.html

How to run:

Run the following to install dependencies( for the first time )

npm i

Run the following to run application

npm start

Open http://localhost:3000 to view the output in the browser.

Pre-requisites:

This project needs npm to run this React JS application.

Game-play:

Note:

This project was bootstrapped with Create React App and enhanced to add the functionality of components.