Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 400 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 400 Bytes

Memory Card Game

The goal of this project is to use hooks and a lot of state to create a memory game. For this project, I used multiple functional components to build a game, where character cards are generated, and the goal is to click each of the character cards once without repeating. useState and useEffect were used to make this app function properly. I used custom styling for this project.