Skip to content

A memory game created with React to practice functional components and hooks.

Notifications You must be signed in to change notification settings

abstractdev/meme-ory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meme.mp4

Live Demo
A memory game created with React to practice functional components and hooks.


How To Play

  • Click as many cards as you can without repeating.
  • Score is logged for each round
  • Max score is 12

Built With

  • React
  • Vanilla CSS

Concepts

  • React Functional Components
  • React Conditional Rendering
  • React UseState
  • React UseEffect
  • React UseRef