Skip to content

Web App to convert words in phrase to its relevant emojis while typing

License

Notifications You must be signed in to change notification settings

AkashRajpurohit/emojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojify

Emojify your phrase as you type

Examples

  • Smile on your candid camera -> 😄 on your candid 📷
  • Lit fire at the mountain place -> Lit 🔥 at the ⛰️ place

Goals

  • Get input text field where users can add text
  • As the user types, when they press space
    • Replace the emoji word with valid emojis
    • Randomise the valid emojis from the list of similar emoji for a word
  • Use context API
    • Provider
    • Consumer
  • Get list of emojis

Bugs

  • keyup event in mozilla
  • On android devices all character keycode is 299. So spacebar doesnt trigger the emojify function but 'Enter' does
    • Find solution for listening spacebar event on android
    • Trigger emojify on every key event (Risky but will also add feature of having emojis in substring words like fireplace -> 🔥place)

Visit my Portfolio

Akash Rajpurohit