Skip to content

Recoded-sana-a-resouces/react_Emoji_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Create an emoji searching webpage

Overview

You're given a list 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.

Requirements

  1. Create a component that will contain the input that will be used to search the description
  2. Create a component that will display the list of filtered emojis with their description according to the searched text in the input.

BONUS:

  1. The emojis' description should have a different style (like highlight) for the text that is similar to the searched text.
  2. Clicking on the emojis' copies the clicked emoji to the clipboard.

Hope you fun and Good luck :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors