WIP game built with React
The objective of the game is to guess the password with the less number of attempts.
- The password must have 5 digits
- The password cannot contain repeated numbers
- React v16
- SASS
- Webpack 4
- Jest + Enzyme
Enter in the project folder and run:
yarn install
or
npm install
yarn start
or
npm start
yarn test
or npm test