https://github.com/princeinscripts/sudoku-solver
I developed a real-time Sudoku solver application using React. I implemented Sudoku-solving concepts from C++ and converted them to JavaScript. Users can try solving the puzzle and check their progress in real-time. If they make mistakes, they can see the correct solution instantly.
https://github.com/princeinscripts/sudoku-solver
javascript react real-time-applications sudoku-solver
Last synced: about 2 months ago
JSON representation
I developed a real-time Sudoku solver application using React. I implemented Sudoku-solving concepts from C++ and converted them to JavaScript. Users can try solving the puzzle and check their progress in real-time. If they make mistakes, they can see the correct solution instantly.
- Host: GitHub
- URL: https://github.com/princeinscripts/sudoku-solver
- Owner: PrinceInScripts
- Created: 2024-08-03T15:09:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T18:40:46.000Z (9 months ago)
- Last Synced: 2025-01-13T15:50:38.408Z (4 months ago)
- Topics: javascript, react, real-time-applications, sudoku-solver
- Language: JavaScript
- Homepage: https://puzzlesolver.vercel.app/
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh