Challenge your memory with this interactive game. Click each card only once to reveal its hidden content. Test your recall skills and aim to match all pairs. Play now for a fun and engaging experience!
This project was an assignment from The Odin Project.
- Many characters to play with.
- Different levels to choose from: easy, medium and difficult.
- Responsive design.
- Adapts to the device theme.
- List the technologies and languages you used in your project, e.g., JavaScript, HTML, CSS, etc.
To install the project, follow these steps:
git clone https://github.com/shravzzv/ODIN-Memory-card-project
cd ODIN-Memory-card-project
npm install
npm run dev
If you'd like to contribute, follow these steps:
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone [your_forked_repository_link] cd ODIN-Memory-card-project
-
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bug-fix-name
-
Make your changes, commit them, and push them to your fork.
git add . git commit -m "Your commit message here" git push origin feature-or-bug-fix-name
-
Open a Pull Request on GitHub, comparing your branch to the original repository's
main
branch.
Find a bug or want to request a new feature? Please submit an issue.
This project is licensed under the MIT License - see the LICENSE file for details.