Skip to content

Aro1914/Num-Guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess 'd Num

This is a fun number guessing game built with React.

Setup

To run this application on your local machine, ensure you have Node installed.
Next clone this remote repository to your local machine using the following command:

> git clone https:github.com/Aro1914/Num-Guess.git <project name>

Afterwards, navigate to the project directory to download its dependencies using the following command:

> npm install

Upon a successful download of all dependencies, proceed to either run the tests or launch the application using the following commands respectively:

> npm test
> npm start

Demo

Guess.d.Num.mp4

Have fun with it