Skip to content

FarukC5/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

Final App

Deployed live version:

play game

Description

  • Simple memory game made with useState and useEffect hooks combined with CSS transitions to flip cards and match them

Basic features of this app:

  • Playing on normal and hard mode
  • Counting turns after flipping cards

This project uses the following technologies:

To get a local copy up and running, follow these steps:

  1. Clone the repository using your terminal: git clone https://github.com/FarukC5/memory-game

  2. Navigate to vaktija-api folder, and run npm install to install NPM packages. Then, run npm start to start this app.