A simple Sudoku game built using Next.js, TypeScript, and Tailwind CSS, offering three levels of difficulty: easy, medium, and hard.
Before you start, ensure you have the following installed:
- Node.js: v20 or higher
- npm: Included with Node.js
Follow these steps to set up and run the project locally:
-
Clone the repository
git clone https://github.com/pragusga25/sudoku.git cd sudoku
-
Install dependencies
Run the following command to install the required packages:
npm install
-
Run the development server
Start the development server with:
npm run dev
-
Access the app
Open your browser and visit:
http://localhost:3000
- Next.js: For building the React-based web application.
- TypeScript: For type-safe coding.
- Tailwind CSS: For styling and responsive design.
Feel free to open issues or pull requests if you have any suggestions or improvements.