BenSparksCode / sudoku

A simple Sudoku app with backtracking solver algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Sudoku Game Generator and Solver

Try it here

Tech Stack:

  • React (including Context and Hooks)
  • JavaScript (ES6)
  • HTML
  • CSS

Project Goals:

  • Primary Goal (COMPLETE): Learn modern React features, Context and Hooks, by using them in place of Redux.
  • Secondary Goal (COMPLETE): Practice algorithm implementation by implementing the recursive Backtracking algorithm to solve Sudoku puzzles.

Professionally, I have worked on large scale React projects using Redux to manage state. With the addition of Context and Hooks to React, the combination of these features should replace Redux for most use cases.

About

A simple Sudoku app with backtracking solver algorithm.


Languages

Language:JavaScript 80.2%Language:CSS 13.1%Language:HTML 6.8%