A simple yet engaging Minesweeper game built with React JS.
This project is a Minesweeper game developed using React JS and styled with SCSS. It features classic Minesweeper gameplay, where players must uncover cells on a grid without triggering hidden mines. The application uses React Router for navigation and is bundled with Webpack 5 to streamline development and deployment.
- Node.js (version 14.x or higher)
- npm (or Yarn as an alternative package manager)
- React (for the front-end framework)
- SCSS (for styling)
- Webpack 5 (for module bundling)
- React Router (for navigation)
- Clone the repository:
git clone https://github.com/hostfede/minesweeper.git
- Navigate to the project directory:
cd minesweeper - Install the dependencies:
npm install
To run the program in development mode:
npm run dev