Link: https://react-memory-card.vercel.app/
For win you need to click all the cards with no repeating.
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