You're given a api of emoji characters with their description.
Create an emoji searching webpage where the user can insert the description into an input that searches through the given array and then shows the data in the component.
- Create a component that will contain the input that will be used to search the description
- Create a component that will display the list of filtered emojis with their description according to the searched text in the input.
- The emojis' description should have a different style (like highlight) for the text that is similar to the searched text.
- Clicking on the emojis' copies the clicked emoji to the clipboard.
Hope you fun and Good luck :D