A Minesweeper implementation built with React. Published at https://mjcampagna.github.io/minesweeper/.
Click a cell to reveal it. Ctrl/Cmd+click to flag a cell. The first click is always safe.
npm install
npm run devnpm run buildDeploys automatically to GitHub Pages via GitHub Actions on push to master.