Skip to content

ylahssini/emoji-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Em😆ji translator

Emoji Translator is a small project that translate some words to corresponding emoji characters. I got to experiment with Svelte as a framework. Although it is an easy project, but it needs more improvements in the coming days.

You can now see the demo: https://ylahssini.github.io/emoji-translator/

User Stories

  • User can enter a string of words, numbers, and punctuation into a text box
  • User can click a 'Translate' button to translate words in the entered text into their corresponding emojis.
  • User can see a warning message if 'Translate' was clicked, but the input text box was empty or unchanged from the last translation.
  • User can see translated words as title in equivalent emojis.
  • User can click a 'Clear' button to clear the input and output text boxes.

Bonus features

  • User can select the language the input text is entered from a dropdown list of languages.
  • User can change the tone of emojis, for example: 👋👋🏻👋🏼👋🏽👋🏾👋🏿

Source

This project is just small idea that help me to experiment with new technologies. I took it from https://github.com/florinpop17/app-ideas