Skip to content

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

Notifications You must be signed in to change notification settings

pragusga25/sudoku

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published