Built a web-based productivity application using HTML,CSS, Flask and SQLite, featuring note creation, editing, and organization capabilities Developed intelligent search functionality with content indexing and tag-based filtering for efficient information retrieval
https://digital-note-taking-platform-2.onrender.com
For testing: Username:kushagra Password:kushagra
- 📝 Create & Edit Notes - Add rich text notes with titles and content
- 🏷️ Tag System - Organize notes with custom tags for easy categorization
- 🔍 Powerful Search - Search across titles, content, and tags instantly
- 📅 Timestamp Tracking - Automatic date/time stamps for all notes
- 💾 SQLite Database - Lightweight local storage with no external dependencies
- 🎨 Clean UI - Simple and intuitive interface for distraction-free note-taking
- Backend: Flask (Python)
- Database: SQLite3
- Frontend: HTML, CSS
- Templating: Jinja2
- Add Notes: Click "Add Note" to create a new entry
- Search: Use the search bar to find notes by keyword
- Edit: Click on any note to edit its content
- Delete: Remove notes you no longer need
- Tags: Add comma-separated tags to organize your notes