Skip to content

raravi/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 11, 2023
95fd517 · Dec 11, 2023
May 18, 2020
Feb 4, 2020
Oct 31, 2022
Feb 21, 2021
Apr 2, 2020
Feb 21, 2021
Dec 11, 2023
Oct 31, 2022
Feb 21, 2021

Repository files navigation

sudoku

A Sudoku game in React!

license  version  dependencies  last-commit

This project aims to highlight the use of React to build a game and also maintaining state in one place. By having a 'Single Source of Truth', it becomes easier to keep updating the different parts of the UI based on state changes!

A fun way to learn React for those who are still in the beginning stages!

Features:

  • Only functional components!
  • useEffect, useState hooks instead of state.
  • Simple use of props.
  • All the game logic resides in a single component.
  • Use CSS Custom properties to keep the stylesheet DRY.
  • Understand how functions can be sent down as props and consumed.
  • Typescript for static type checking!

ko-fi