Anonymous Notepad is a simple web application that allows users to create and share notes with a unique URL.
- Clone the repository
git clone https://github.com/ntkhang03/Anonymous-Notepad/ && cd Anonymous-Notepad
- Install dependencies
npm install
- Start the server
npm start
- Create a note with a unique URL
- Share the note with others
- View/Edit the note without any sign-in or sign-up
- Customizable note URL
- Custom password protection for the note
- Dark mode support
- Just device that created the note can set the password for the note
- To set the password for the note, easily enter the password in the password field, system will automatically encrypt the password
- When you want to share the note, just share the note URL and the password with others
- Add a feature to allow users to set the expiration time for the note
- Add a feature to allow users to set the note to be destroyed after reading
- Add a feature to allow users to set the note to be destroyed after a certain number of views
- ...