Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashrajpurohit/emojify

Web App to convert words in phrase to its relevant emojis while typing
https://github.com/akashrajpurohit/emojify

emoji-convert emojify emojify-text react

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
* [x] Get input text field where users can add text
* [x] As the user types, when they press space
* [x] Replace the emoji word with valid emojis
* [x] Randomise the valid emojis from the list of similar emoji for a word
* [x] Use context API
* [x] Provider
* [x] Consumer
* [x] Get list of emojis

# Bugs
* [x] 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
* [x] 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](https://akashrajpurohit.cf)