Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.85 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.85 KB

Memory Game

Project demo

Description

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.

Features

  • Many characters to play with.
  • Different levels to choose from: easy, medium and difficult.
  • Responsive design.
  • Adapts to the device theme.

Technologies Used

  • List the technologies and languages you used in your project, e.g., JavaScript, HTML, CSS, etc.

My Skills

Installation

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

How to Contribute

If you'd like to contribute, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your fork locally.

    git clone [your_forked_repository_link]
    cd ODIN-Memory-card-project
  3. Create a new branch for your feature or bug fix.

    git checkout -b feature-or-bug-fix-name
  4. 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
  5. Open a Pull Request on GitHub, comparing your branch to the original repository's main branch.

Issue Tracker

Find a bug or want to request a new feature? Please submit an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.