Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 686 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 686 Bytes

Emojipedia

Having a wide range of emojis it becomes important to get familiar with some names and their description. Emojipedia is a react app that contains the description of some emojis and contains the name of all possible emojis:)

Deployment

https://emojipedia-rebuilt.netlify.app/

Screenshots

App Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/adarsh-sharma6218/Emojipedia

Go to the project directory

  cd Emojipedia

Install dependencies

  npm install

Start the server

  npm start