- Javascript
- ReactJS
OpenAPI 3 documentation: https://apidoc.mines.makecodes.dev/ Game frontend: https://mines.makecodes.dev/ Backend github repo: https://github.com/imakecodes/minesweeper-backend
- Create unit tests
- Create e2e tests
- Design the authentication page
- Create the scoreboard
git clone git@github.com:imakecodes/minesweeper-frontend.git
cd minesweeper-frontend
npm install
npm run start
The application will be available at http://localhost:3000