This is an autoflow coding challenge. It is a simple game where an integer between 0 and 1,000,000 is picked. You submit guesses and will tell you whether you've won or not, and whether you should try a higher number or a lower number. This game can be played here https://nziranziza.github.io/guess/
React JS, SCSS
- Clone the repository
git clone https://github.com/Nziranziza/guess.git - Navigate the project folder
cd guess - Install npm dependencies
npm i - Run the app
npm start - Open the app in your browser
localhost:3000 - Have fun!