AkashRajpurohit / emojify

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

Home Page:https://emojify-akash.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://emojify-akash.netlify.app

License:MIT License


Languages

Language:JavaScript 88.9%Language:HTML 6.7%Language:CSS 4.4%