This is a simple Note Taking Application built using Flask, a Python web framework. The app provides a simple and intuitive interface that allows users to add new notes, update the existing ones or even delete some of them as per user's choice.
🔗Acces website here
- Add new notes
- Edit existing notes
- Delete notes
- Responsive design for mobile and desktop
note_taking_app/
│
├── src/ # Source code directory
│ ├── app.py # Main Flask application file
│ ├── static/ # Static assets (CSS, images, etc.)
│ │ └── style.css # Custom CSS styles
│ └── templates/ # HTML templates
│ └── home.html # Main template for the note-taking interface
└── README.md # Documentation file
- Any contributions you make are greatly appreciated
- Would be glad to hear about new features to add in the website
- Clone the repository:
git clone <repository_url>
- Navigate to the src directory:
cd src
- Run the Flask Application:
flask run
-
Open your web browser and go to http://localhost:5000 to access the application.
-
Start adding, editing, and deleting notes using the provided interface.
You may use this project freely at your own risk. See LICENSE.
Copyright (c) 2023 Mahima Churi