Skip to content

Basic ReactJs implementation of Guess The Number game

Notifications You must be signed in to change notification settings

SandeepLakka/GTN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.