This is a Sudoku React app that allows you to play and solve Sudoku puzzles using the backtracking algorithm. The app is built using React, and it provides an interactive interface for playing Sudoku and getting solutions.
- Play Sudoku: You can fill in the empty cells of the Sudoku grid and try to solve the puzzle.
- Solve Sudoku: The app includes a solver that can find a solution for any valid Sudoku puzzle using the backtracking algorithm.
- Interactive Interface: The user interface is designed to be user-friendly and provides a seamless experience for playing and solving Sudoku puzzles.
- Difficulty Levels: The puzzles are categorized into different difficulty levels, allowing you to choose the level of challenge you prefer.
To run my Sudoku React app locally, follow these steps:
- Clone the repository:
git clone https://github.com/ADi7YA26/sudoku-react-app.git
- Navigate to the project directory:
cd sudoku-react-app
- Install the dependencies:
npm install
- Start the development server:
npm start
The app should now be running on http://localhost:3000.
-
Access the Sudoku React App through the live site at adi7ya26.github.io/sudoku-react-app/.
-
Fill in the empty cells of the Sudoku puzzle by clicking on them and entering numbers from 1 to 9.
-
Navigate through the puzzle using the arrow keys or by clicking on the desired cell.
-
To solve the puzzle automatically, click the "Solve" button. The app will use the backtracking algorithm to find a solution.
-
Enjoy playing Sudoku and challenging yourself with different puzzles!
Contributions to the Sudoku Solver React App are welcome! If you encounter any issues, have suggestions for improvements, or would like to add new features, please open an issue or submit a pull request to the GitHub repository at sudoku-solver.
This project is licensed under the MIT License.
If you have any questions, suggestions, or feedback, feel free to reach out to me at 4adi26@gmail.com.