A simple, public note-taking app built with Flask, allowing users to create notes without logging in. Notes are automatically deleted after 48 hours.
- π November 2024
- Create Notes: Users can create notes with a title, content, and optional password protection.
- Auto-Deletion: Notes are automatically removed after 48 hours.
- Protected Notes: Option to secure notes with a password for additional privacy.
- Backend: Flask (Python)
- Frontend: HTML, Tailwind CSS, JavaScript
- Database: MongoDB (for storing notes)
Explore the live version of OpenWrite here.
DATABASE_URI = <MongoDB URI>
$ git clone https://github.com/fazle-rabbi-dev/OpenWrite
$ cd OpenWrite
$ npm i
$ pip install -r requirements.txt
$ npm run dev
$ npm run tw:build
This app is configured for deployment on Vercel.
- Visit the homepage to create a new note.
- Optionally, set a password to protect the note.
- Notes will be visible on the homepage and will auto-delete after 48 hours.
- Implement search functionality
Let's connect! Reach out for collaborations, projects, or just a friendly chat.