1
2 Comments

I built a storageless note app in less than 2 hours.

Hey. This is my first post here.
I recently built a note taking app in about 2 hours. It allows you to take simple notes and save it in a link.
It does not use any database.

Hot it works ?

It encodes text you write into base64 and encodes in the link which it then show you. You can share the link to anyone. If someone clicks the link, he/she gets redirected to a page that will decide and show the note.

Here is the live app : https://peasynotes.vercel.app/

Let me know what you guys think :)

on January 29, 2021
  1. 1

    Looks nice @JosiasAurel!

    Some suggestions, get rid of the alert box to show that note was saved. Just add it as a <p> above the note id that appears once the note is saved.

    Change the id to a link. I mean it is a link right now but not obvious.

    Maybe add share buttons to FB, Twitter, LinkedIn etc for people who might like that feature.

    ALl the best!

    1. 1

      Thank you for the suggestion. I'll look on that