An open API service indexing awesome lists of open source software.

https://github.com/yash22222/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.
https://github.com/yash22222/flask-note-taking-application

backend css flask flask-application frontend html note-taking-application python python-application

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

---

# 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:

```bash
git clone https://github.com/Yash22222/Flask-Note-Taking-Application.git
```

2. Install dependencies:

```bash
pip install -r requirements.txt
```

3. Run the application:

```bash
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](LICENSE).

---