- Simple memory game made with useState and useEffect hooks combined with CSS transitions to flip cards and match them
- Playing on normal and hard mode
- Counting turns after flipping cards
- React fronted
-
Clone the repository using your terminal:
git clone https://github.com/FarukC5/memory-game
-
Navigate to vaktija-api folder, and run
npm install
to install NPM packages. Then, runnpm start
to start this app.