A Minesweeper game built with React, TypeScript, and Tailwind CSS, powered by Vite.
- 🚀 Fast Development with Vite
- 🎨 Styled with Tailwind CSS
- ⚛️ React-based UI
- ✅ Linting with ESLint
- 📜 Markdown Support via react-markdown
Clone the repository and install dependencies:
git clone https://github.com/YOUR_GITHUB_USERNAME/proj-minesweeper.git
cd proj-minesweeper
npm install
Run the development server with hot-reloading:
npm run dev
Generate the production build:
npm run build
Serve the built project locally:
npm run preview
Check for linting issues:
npm run lint
- React 18 - UI framework
- TypeScript - Type-safe development
- Vite - Fast build tool
- Tailwind CSS - Utility-first CSS framework
- ESLint - Code linting
Feel free to fork this repository and submit pull requests. If you find any issues, please open an issue.
This project is licensed under the MIT License.