This project is a memory game built with React.js. It allows players to test their memory by matching pairs of cards.
To get started with the project, clone this repository to your local machine and navigate to the project directory in your terminal.
Make sure you have Node.js and npm installed on your local machine.
After navigating to the project directory, you can run the following command to install dependencies:
npm install
Once the dependencies are installed, you can start the development server by running:
npm run dev
This will start the app in development mode and open it in your default web browser at http://localhost:5173/.
- Click on any card to reveal its image.
- Click on another card to try to find its matching pair.
- If the images on the two cards match, they will stay face up.
- If the images do not match, both cards will be flipped face down again.
- Continue until all pairs have been matched.
- React.js - JavaScript library for building user interfaces
- Vite - A fast build tool for modern web projects
- Bulma - A modern CSS framework based on Flexbox
- This project was bootstrapped with Vite.