Mastermind is a code-breaking game. The objective of the game is to guess the exact colors and positions of the secret.
This is a personal project so that I could play around with React, Typescript and React Testing Library.
You can check the game live here.
You'll need NODE.js and NPM installed. Then run this in the project directory:
npm install
In the project directory, you can run:
npm start
This runs the game in development mode.
Open http://localhost:3000 to view it in the browser.
To run tests, run:
npm test
This project was bootstrapped with Create React App.