A lightweight web application for creating and managing personal notes built with Flask. Users can create, edit, and delete their digital notes in a clean, minimalist interface.
- Simple note creation and deletion
- Markdown support for rich text formatting
- User authentication
- Responsive design
- Flask
- SQLite
- Bootstrap
- Python
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Run the app:
python app.py