Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.06 KB

Sudoku Game

A simple Sudoku game built using Next.js, TypeScript, and Tailwind CSS, offering three levels of difficulty: easy, medium, and hard.

Prerequisites

Before you start, ensure you have the following installed:

  • Node.js: v20 or higher
  • npm: Included with Node.js

Getting Started

Follow these steps to set up and run the project locally:

  1. Clone the repository

    git clone https://github.com/pragusga25/sudoku.git
    cd sudoku
  2. Install dependencies

    Run the following command to install the required packages:

    npm install
  3. Run the development server

    Start the development server with:

    npm run dev
  4. Access the app

    Open your browser and visit: http://localhost:3000

Technologies Used

  • Next.js: For building the React-based web application.
  • TypeScript: For type-safe coding.
  • Tailwind CSS: For styling and responsive design.

Contributing

Feel free to open issues or pull requests if you have any suggestions or improvements.