Minesweeper Frontend

Stack used:

OpenAPI 3 documentation: https://apidoc.mines.makecodes.dev/ Game frontend: https://mines.makecodes.dev/ Backend github repo: https://github.com/imakecodes/minesweeper-backend

Next desired steps

  • Create unit tests
  • Create e2e tests
  • Design the authentication page
  • Create the scoreboard

Running locally

Clone the repository

git clone git@github.com:imakecodes/minesweeper-frontend.git
cd minesweeper-frontend

Install dependencies

npm install

Run the application

npm run start

The application will be available at http://localhost:3000