Memory card game created with React for The Odin Project.
Here is a working live demo: https://kapaha.github.io/memory-card-game/
git clone git@github.com:kapaha/memory-card-game.git
cd memory-card-game
npm install
npm run start
This project was created as a part of the Javascript course with The Odin Project. The aim of this project was to solidate the knowledge I have learnt about React Hooks.
- Game instructions
- Score system
- Level system
- Card shuffling
- Card animations
- React
- CSS Modules
The project is finished, however I may continue to improve on it as my knowledge of web development improves.