Back to projects
Sep 01, 2025
1 min read

React Memory Game

Simple React App to showcase component state & custom hooks
  • React
  • Vite

This is just a simple React app (going back to the basics) that focuses on the following:

  • simple state managment in a custom hook
  • the prope way to implement useCallback for caching functions used in useEffectsas (as opposed to turning off linting)
  • Simple CSS (ass opposed to a tailwind template/theme)

You can read more about this app here

screenshot