I built this simple site as a way to generate a link to a new Google Calendar event. It's fairly rudimentary but I wanted to practice the JavaScript that I was learning in Codecademy.
It uses clipboard.js to do the copy and paste functionality.
And it actually works :)
You can visit the site at http://gcallink.com/
For some reason, I originally built it with Express and Handlebars, even though it's just one page. It was hosted at Heroku and something broke so I rebuilt it as a simple HTML/CSS/JS site.