My implementation of the memory card project for The Odin Project. Check out the live preview!
This is a memory card game, built using React. Users get points by clicking on Pokémon images but they lose if they click the same one twice. I set up the application using Vite and deployed it using Netlify.
- Card tilt effect on mouse hover
- Fetches Pokémon data from PokéAPI
- Locally caches resources after requesting them from the API
- Keeps track of current score and high score
- Randomizes card order after user selects a card
- How to fetch data from an external API using
useEffect
- Pokémon data from PokéAPI
- Pokéball favicon from Slackmojis
- Card tilt effect from React Parallax Tilt