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.
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 :)
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!
Thank you for the suggestion. I'll look on that