Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zehraworks/react-emo-memo

A responsive memory card game
https://github.com/zehraworks/react-emo-memo

react styled-components

Last synced: 9 days ago
JSON representation

A responsive memory card game

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/)

![emo-memo](https://user-images.githubusercontent.com/95143820/203648438-92ab7e5a-cf91-4b34-8dbb-2a9eb9861290.gif)

---

## ✨ How to Play?

Don't click to same emoji unless you wanna die :stuck_out_tongue_winking_eye:

## 💻 Tech Stack

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white)

## 📝 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
```