Simple emoji search application to filter the emojis based on the user's input. Alongwith Emoji filter functionality, the application uses material-ui@next to build the app so the app is user-firendly and easy to use.
Clone the repository and run command "npm i".
After installing the app, run "npm start" to start the application.
In src directory, emojiList.json has all the emojis' details and all code files have JSDocs to understand the code.