Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 973 Bytes

Emojifize 🎺

I saw someone on Twitter asking for a way to paste text into a form and have that text uppercased and the clapping hand emoji added between each word.

This takes it a step further to let you decide which emojis you'd like to emphasize your text with. You can add up to three!

To Do v1.0:

  • add clear form action
  • add clap emoji as default
  • bookend text with emoji
  • allow sequential form submissions
  • add check that content exists in both inputs
  • add check that only emojis in emoji input
  • add check that only text in text input
  • check accessibility
  • fix layout on smaller screens
  • IE11 CSS support

To Do v1.1:

  • implement emoji picker
  • more robust emoji detection in text area and emoji input via emoji-regex

Made in Glitch