Note making App using Flask Python.
This Note making App is a simple and intuitive web application built using Flask and Python. It allows users to create and organize their notes efficiently. Whether you're a student, professional, or anyone in need of a digital note-taking solution, this app provides a user-friendly interface to manage your thoughts.
- Create Notes: Easily create new notes with a user-friendly interface.
- Responsive Design: The app is designed to work seamlessly on desktop and mobile devices.
- Flask: The web framework used for building the application.
- Python: The programming language powering the backend logic.
- SQLite: A lightweight database for storing user notes.
- HTML/CSS: Frontend components for a sleek and responsive design.
- Python installed on your machine.
- Install required packages using
pip install -r requirements.txt
.
- Clone the repository:
git clone https://github.com/tjdharani/note-app.git
- Navigate to the project directory:
cd note-app
- Run the application:
python3 main.py
- Open your browser and go to http://localhost:5000
- Create a new account or log in if you already have one.
- Explore the intuitive interface to create and organize your notes.
This project is licensed under the MIT License.