Skip to content

Mahitej28/Note-Taking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✍️ 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

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

✍ Author

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

Copyright (c) 2023 Mahima Churi

Connect with me

LinkedIn     Instagram     Gmail   

(Back to top)

About

Notefy is a simple note taking application made using Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published