Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gizemnkorkmaz/matching-pairs

A classic matching game played with a set of cards that improves memory and concentration.
https://github.com/gizemnkorkmaz/matching-pairs

react styled-components

Last synced: about 2 hours ago
JSON representation

A classic matching game played with a set of cards that improves memory and concentration.

Awesome Lists containing this project

README

        

# Matching Pairs Game

This project is a mobile-friendly matching pairs game played with a set of cards. You challenge your memory by matching all the pairs of the images you flipped. You can choose different difficulty levels which contain a different number of cards, collect scores based on your total turns count, and reset your best score to start over.

- [React Matching Pairs Project](#react-matching-pairs-project)
- [Demo](#demo)
- [Installation](#installation)
- [Starting project](#starting-project)
- [Links](#links)
- [Built with](#built-with)

## Demo

https://user-images.githubusercontent.com/66412137/150778956-64850fa5-9f68-43b5-9624-89b5fca80f4a.mov

## Installation

```
npm install
```

## Starting project

```
npm run start
```

## Links

- [Github](https://github.com/gizemnkorkmaz/matching-pairs)
- [Deployment](https://matching-pairs.vercel.app)

## Built with

- [React](https://reactjs.org/)
- [styled-components](https://styled-components.com/)
- [nanoid](https://github.com/ai/nanoid)
- [Prettier](https://prettier.io/)

### Special Thanks

- [aykutkardas](https://github.com/aykutkardas) (for his mentorship)