Skip to content

kappelanderson/react-memory-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Card Game (React)

Link: https://react-memory-card.vercel.app/

For win you need to click all the cards with no repeating.

Features in this project:

Life Cycle Methods and Hooks:

  • Creation of the component (componentDidMount)
  • Render of the component (render)
  • (Optional) Update of the component (componentDidUpdate)
  • Death of the component (componentWillUnmount)
  • Use Effect
  • Use State

Available Scripts

image