Preview: Neon Sudoku Board
Sudoku Board in Neon Style.
Board is divided into 3x3 Boxes components, every 'Box' is container of Cell components.
Any visual changes are easy to apply.
Game board can be validated in terms of invalid values.
Game board can be randomly generated or loaded form JSON file with format as in testBoards folder.
Tests are also in the source.
- React
- Bootstrap
- Styled-components
- Tested with Jest
Firefox doesnt support backdrop-filter effect which is used here.