Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahitej28/note-taking-app

Notefy is a simple note taking application made using Flask
https://github.com/mahitej28/note-taking-app

flask python rendering

Last synced: 9 days ago
JSON representation

Notefy is a simple note taking application made using Flask

Awesome Lists containing this project

README

        

# ✍️ Notefy: A Simple Note Taking Application
This is a simple Note Taking Application built using Flask, a Python web framework. The app provides a simple and intuitive interface that allows users to add new notes, update the existing ones or even delete some of them as per user's choice.

πŸ”—Acces website [here](https://mahima08.pythonanywhere.com/)

## Features
- Add new notes
- Edit existing notes
- Delete notes
- Responsive design for mobile and desktop

## File Structure
```
note_taking_app/
β”‚
β”œβ”€β”€ src/ # Source code directory
β”‚ β”œβ”€β”€ app.py # Main Flask application file
β”‚ β”œβ”€β”€ static/ # Static assets (CSS, images, etc.)
β”‚ β”‚ └── style.css # Custom CSS styles
β”‚ └── templates/ # HTML templates
β”‚ └── home.html # Main template for the note-taking interface
└── README.md # Documentation file

```
## πŸ‘€ Screenshots

![image](https://github.com/Mahitej28/Note-Taking-App/assets/98276915/04794a15-bf59-4169-96bd-e102a4393da9)

## ✍ Author

- [Mahima Churi](https://github.com/Mahitej28)

## πŸ“Œ Features / Contributions
- Any contributions you make are *greatly appreciated*
- Would be glad to hear about *new features* to add in the website
- Clone the repository:
```
git clone
```
- Navigate to the src directory:
```
cd src
```
- Run the Flask Application:
```
flask run
```
- Open your web browser and go to http://localhost:5000 to access the application.

- Start adding, editing, and deleting notes using the provided interface.

## πŸ›‘ License

You may use this project freely at your own risk. See [LICENSE](https://choosealicense.com/licenses/mit/).

Copyright (c) 2023 Mahima Churi


Connect with me



LinkedIn &nbsp&nbsp&nbsp
Instagram &nbsp&nbsp&nbsp
Gmail&nbsp&nbsp&nbsp


(Back to top)