This project is an online text editor that allows users to create memos, encrypt them, and easily share them in the form of a URL. Users can Base64 encode the memo they write and embed it in a URL, which can be easily shared with other users.
Share MEMO via URL easily
Needs
- Who needs to share memo only via URL
- Who wants not to store sensitive personal information in any server.
- Who wants to share memo between any device that supports web browser.
Usage
- type text in Memo field.
- push a button for share left side one on the bottom.
- You can paste the memo Link onto anywhere by Window Ctrl + V / Mac Cmd + V
Features
- Create and save notes
- Base64-encrypt notes and embed them in URLs
- Copy URL functionality
- Decrypt and retrieve notes from URLs
- Provide user feedback via a modal window
Technology Stack
- HTML
- CSS
- JavaScript