memory cards game

this project was built in order to learn how to fetch data from external API and useEffect in React, so the game started by fetching the pics data from deck-cards api and after that render that data using useEffect Hook.

Demo

live preview

what i learned

  • fetching data in react
  • useEffect Hook
  • conditional rendering