This is a simple Note Taking Application built using Flask, a Python web framework. Users can jot down their thoughts and ideas, which are then displayed on the same page. The application allows users to add new notes dynamically without the need for page reloads.
- Input Field: Users can add new notes using the input field provided.
- Real-time Display: Added notes are displayed instantly on the same page.
- Responsive Design: The application is designed to be responsive and works well on various screen sizes.
-
Clone the repository:
git clone https://github.com/Yash22222/Flask-Note-Taking-Application.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://localhost:5000
to access the application.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This Project Is Licensed Under The MIT License.