simple-sudoku/src
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
..
components Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar 2026-02-17 22:08:17 +01:00
hooks Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar 2026-02-17 22:08:17 +01:00
utils Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
App.css Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar 2026-02-17 22:08:17 +01:00
App.jsx Add number highlight, ESC/ctrl-click deselect, and color theming via spacebar 2026-02-17 22:08:17 +01:00
main.jsx Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00