This is a Sudoku web application built using React. It allows users to play the classic Sudoku puzzle online.
- Features
- Installation
- Usage
- Technologies Used
- Contributing
- License
- Interactive Sudoku puzzle interface.
- Ability to input numbers and make selections in each cell.
1- Clone the repository to your local machine using the following command:
git clone https://github.com/bilouStrike/sudoku.git
2- Navigate to the project directory:
cd sudoku-app
3- Install the required dependencies:
npm install
1- Start the application by running the following command:
npm run dev
2- Open your web browser and visit http://localhost:3000 to access the Sudoku app.
3- Select a cell and input a number by clicking on the desired square and typing the number.
4- The app will automatically check for errors and highlight incorrect entries.
5- Enjoy playing Sudoku!
- React/Typescript
- bundler: vitejs
Contributions to the Sudoku React App are always welcome! If you find any issues or want to add new features, please feel free to submit a pull request.
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
This Sudoku React App is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.