DEV Community

Marios Pittas
Marios Pittas

Posted on

Creating interactive sticker "Hello, my name is..."

Using only the basic tools (HTML, CSS & Pure JavaScript) I created this simple tool for updating your text and other properties related to it.

I've decided I don't want to use jQuery in this projects, as it's starting to feel a bit outdated. Pure JavaScript is now the way to go.

I've tried to simplify/minify the code as much as possible. Here you can check the final result and if you want to request any update for this project, let me know below.

Full version, with graffiti fonts: https://mpittas.github.io/hellomynameis/

Codepen:
https://codepen.io/mariospittas/pen/wvMXzJW

You can check my personal website here: https://mariospittas.com/

Thanks for reading!

Top comments (0)