Skip to content

jooo-lee/memo-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoMon

My implementation of the memory card project for The Odin Project. Check out the live preview!

Description

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.

Screenshot of memory card game

Features

  • 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

What I learned

  • How to fetch data from an external API using useEffect

Acknowledgements

About

A Pokémon memory card game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published