Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashrajpurohit/emojify
- Owner: AkashRajpurohit
- License: mit
- Created: 2019-06-04T07:58:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T17:47:58.000Z (12 months ago)
- Last Synced: 2024-05-30T02:13:37.584Z (6 months ago)
- Topics: emoji-convert, emojify, emojify-text, react
- Language: JavaScript
- Homepage: https://emojify-akash.netlify.app
- Size: 4.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)