Skip to content

A simple proof-of-concept for a public JSON storage API

Notifications You must be signed in to change notification settings

Navigatron/leave-a-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

A little text field to leave a message in!

At first, you'll see the message left by the last visitor. If you'd like, you can replace it with your own message. It will be stored (thanks to MyJson) and shown to the next visitor.

Try it out

You can see or change the message by clicking this link: https://navigatron.github.io/leave-a-message/

Challenge: 15 minutes to MVP 🎉

At first, my goal was to see if I could build this in 15 minutes. I got close! I had to take an extra 10 minutes (for debugging) in order to achieve functionality.

Total time: 25 minutes.

After the challenge was over, I cleaned the JS and added some CSS to make it look pretty.