/Emoji-Finder

This is an emoji finder app which is created using react where a user can prompt for an emoji and when the emoji prompted is available it can be downloaded.

Primary LanguageJavaScript

Emoji Finder App

This is an emoji finder app which is created using react where a user can prompt for an emoji and when the emoji prompted is available it can be downloaded.

App Tech Stack

Client: React, TailwindCSS

Server: Node, Express

So first of all to be able to run this app you will first install the node package modules with this code:

  npm install

So to run the app you will need to run this code:

  npm start

Open Emoji Api

so the api we used to get all the api data was the Open Emoji Api where you can get the apikey which you can use on your app.

so you can get the api on the link below:

Open Emoji Api