A memory game built using React
This is a solution to the Memory Card Project of the Odin Project.
Users should be able to:
- Receive a "game-over" message when the click the same icon twice
- See the current high score.
- New color and running speed for each level
- Smooth animations
- React - JS library
- React Hooks
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- More levels
- Global high score
👤 Luca Fischer
- Github: @lucafisc
- Font by Terminal Grotesque by Velvetyne
- Emojis by Noto Emoji
npm install
npm run start
npm run test