Skip to content

Re-Coded-react-bootcamp/react_Emoji_lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create an emoji searching webpage

Overview

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.

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

No packages published

Languages

  • JavaScript 92.3%
  • HTML 5.0%
  • CSS 2.7%