An open API service indexing awesome lists of open source software.

https://github.com/shravzzv/odin-memory-card-project

Challenge your memory with this interactive game based on Marvel characters. Click each card only once. Test your recall skills. Play now for a fun and engaging experience!
https://github.com/shravzzv/odin-memory-card-project

memory-game react react-hooks the-odin-project

Last synced: 27 days ago
JSON representation

Challenge your memory with this interactive game based on Marvel characters. Click each card only once. Test your recall skills. Play now for a fun and engaging experience!

Awesome Lists containing this project

README

          

# Memory Game

[Project demo](https://odin-memory-card-game.vercel.app/)

## 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](https://www.theodinproject.com/lessons/node-path-react-new-memory-card) 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](https://skillicons.dev/icons?i=react,bash,css,git,github,html,vercel,vscode)](https://skillicons.dev)

## Installation

To install the project, follow these steps:

```bash
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.

```bash
git clone [your_forked_repository_link]
cd ODIN-Memory-card-project
```

3. Create a new branch for your feature or bug fix.

```bash
git checkout -b feature-or-bug-fix-name
```

4. Make your changes, commit them, and push them to your fork.

```bash
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](https://github.com/shravzzv/ODIN-Memory-card-project/issues).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---