Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1005 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 1005 Bytes

Emoji Search

Emoji Search is a GUI that helps you search for emojis based on keywords. Want to give it a try

How to run

Clone this repository into your local file system

Run npm install

Once the installation is done, run npm start

The application runs in development mode.
Open http://localhost:3000 to view it in the browser.

Project Description

This application allows you to seearch through a list of emojis based on keywords.

For example: Searcing for emojis with the keywords; baby and chick. The following emojis should be returned because they contain those keywords

🐤🐥

This project was bootstrapped using the React library and the state management module used is the Context API library.

Other dependencies used by this project

Styled Components

UI/UX design for this project at FigmaFileDesign

Created by Codexebra