This project is a simple game built in React, in which a user has to guess an unknown random number in the intervel of 1-100, both inclusive. Score depeneds on the number of attempts user made to guess the number and also how close the guessed numbers were to the actual number to be guessed. See a live demo here.
- In the project directory, run
yarn start
- Open http://localhost:3000 to view it in the browser.