// Clone without SSH
git clone https://github.com/shreshtab/sudoku-solver.git
// Clone with SSH
git clone [email protected]:shreshtab/sudoku-solver.git
// Navigate to client directory
cd sudoku
// Install Dependencies
yarn
// Start Application
yarn start
- Research options and replace RC Slider
- Refactor Components
- Provide grid as an input to the Sudoku Grid component
- Flatten Sudoku Grid State
- Overall Styling and Color
- Sudoku Grid Generator
- Other Solving Algorithms
- AC3 with Recursive Backtracking
- Others...
- Grid Component
- Redux - Actions, Reducers, etc.
- Solve Visualizer
- Puzzles Setup
- Speed Control
- Responsive Styling
- Refactor Components
- Move cell/box to a different component
- Move control panel into a new component
- React-Toastify Implementation
- Unit/Integration Tests
- Live Deployment