This project includes a simple web application that presents the classic memory card game in a digital form. The game aims to test the users' memory and matching skills.
This project is not fully responsive yet, and I will continue to improve the code for better readability.
- To try the game, you can visit the demo on Vercel.
-
Clone the repository to your local machine: git clone https://github.com/KadirChelik/memory-card-game.git
-
Navigate to the project directory: cd project-name
-
Install the required dependencies: npm install
-
Start the application: npm start
-
Open your browser and go to http://localhost:3000.