Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mahitej28/note-taking-app
- Owner: Mahitej28
- License: mit
- Created: 2024-02-25T08:12:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T18:04:16.000Z (8 months ago)
- Last Synced: 2024-05-11T09:32:39.395Z (8 months ago)
- Topics: flask, python, rendering
- Language: CSS
- Homepage: https://mahima08.pythonanywhere.com
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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