Aplicació Sudoku SPA amb React + Vite
Go to file
Eduard Duran 2243abbb22 Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar
- Highlight all cells matching a pressed number when no cell is selected (toggle on repeat)
- ESC key and Ctrl+click deselect the active cell
- Spacebar cycles through a random hue that themes the entire UI via CSS custom property --hue
- Theme hue is persisted in localStorage across page reloads

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 22:08:17 +01:00
src Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar 2026-02-17 22:08:17 +01:00
.gitignore Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
deploy.sh Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
index.html Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
package-lock.json Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
package.json Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
vite.config.js Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00