Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gizemnkorkmaz/matching-pairs
- Owner: gizemnkorkmaz
- Created: 2021-12-19T17:11:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T20:15:17.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:18:48.833Z (7 months ago)
- Topics: react, styled-components
- Language: JavaScript
- Homepage: https://matching-pairs.vercel.app/
- Size: 12.5 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)