Skip to content

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.

Notifications You must be signed in to change notification settings

Yash22222/Flask-Note-Taking-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Flask Note-Taking Application

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/Yash22222/Flask-Note-Taking-Application.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py
  4. Open your web browser and go to http://localhost:5000 to access the application.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This Project Is Licensed Under The MIT License.


About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published