Sudoku

A sudoku puzzle user interface with access to unlimited puzzles. Written in React and Javascript.

Tech & Concepts

sudoku was completed using the following libraries:

  1. React
  2. Javascript
  3. Grommet
  4. React Query
  5. Lodash
  6. Axios

This project was executed via:

  1. React Hooks
  2. React Context + customized reducers - useReducer
  3. useQuery and useQueryClient for managing network state and data
  4. Local storage for data persistence
  5. Flexbox for component manipulation + layout