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.
- Host: GitHub
- URL: https://github.com/yash22222/flask-note-taking-application
- Owner: Yash22222
- Created: 2024-03-23T15:03:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:24:35.000Z (about 1 year ago)
- Last Synced: 2025-01-05T23:20:37.542Z (4 months ago)
- Topics: backend, css, flask, flask-application, frontend, html, note-taking-application, python, python-application
- Language: CSS
- Homepage: https://yashashokshirsath.netlify.app/
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
---