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.
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
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: