This is my implementation of an example React for searching for emojis. Check it out at jayeh.me. I have drawn on:
- Ideas and data from ahfarmer/emoji-search
- create-react-app for generating the initial project structure
- Best practices for component files structures as suggested by Charlres Stover
- Bootstrap for styling
You can filter emojis with a search bar. Matching text in the emoji title or
keywords is highlighted. Emojis can be selected by hovering with the mouse.
Clicking (or hitting Enter
in the search box) will copy the selected to emoji
to the clipboard.
yarn install
yarn start