Once upon a time being on an internship I wrote Minesweeper in vanilla JS. I recently took a look at this code and thought it would be cool to refresh it while learning the basics of React.
A major refresh of the interface is planned, as well as the next point of exploring new technologies - TypeScript.
Clone the project
git clone https://github.com/maciejkrolpl/minesweeper.git
Go to the project directory
cd minesweeper
Install dependencies
npm install
Start project
react-scripts start