https://github.com/zehraworks/react-emo-memo
A responsive memory card game
https://github.com/zehraworks/react-emo-memo
react styled-components
Last synced: 4 months ago
JSON representation
A responsive memory card game
- Host: GitHub
- URL: https://github.com/zehraworks/react-emo-memo
- Owner: zehraworks
- Created: 2022-11-22T08:49:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:37:49.000Z (about 1 year ago)
- Last Synced: 2025-02-18T00:41:30.754Z (5 months ago)
- Topics: react, styled-components
- Language: JavaScript
- Homepage: https://react-emo-memo.vercel.app/
- Size: 814 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emo Memo
### Memory card game built with Emoji API
🔗 Live Demo: [react-emo-memo](https://react-emo-memo.vercel.app/)

---
## ✨ How to Play?
Don't click to same emoji unless you wanna die :stuck_out_tongue_winking_eye:
## 💻 Tech Stack






## 📝 Packages
- react
- react-dom
- react-icons
- react-loading-skeleton
- styled-components## ⚙️ Development
#### Clone remote repo to your local
```
git clone https://github.com/aydinfz/react-emo-memo.git
```#### Change directory
```
cd react-emo-memo
```#### Install dependencies
```
npm
```#### Happy Hacking 🎉
```
npm run dev
```#### Build:
```
npm build
```#### Preview the build:
```
npm preview
```