e96031413 / Flask-Notes-App

This is a simple Flask app that allows users to create, view, and delete notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Notes-App

image

This is a simple Flask app that allows users to create, view, and delete notes.

Requirements

  • Python 3.x
  • Flask
  • Flask SQLAlchemy
  • SQLite

Installation

Clone the repository:

git clone https://github.com/e96031413/Flask-Notes-App.git

Start the app:

python app.py
Open a web browser and go to http://localhost:5000

Usage

Creating a Note

  1. Click on the "Add Note" button.
  2. Enter a title and content for your note.
  3. Click on the "Add Note" button to save your note.

Viewing Notes

All existing notes are displayed on the home page. The notes are sorted in reverse chronological order, with the most recent note displayed first.

Deleting a Note

  1. Click on the "Delete" button next to the note you want to delete.
  2. Click on the "Delete" button in the confirmation prompt.

License

This app is licensed under the MIT License. See the LICENSE file for more information.

About

This is a simple Flask app that allows users to create, view, and delete notes.

License:MIT License


Languages

Language:HTML 55.0%Language:Python 45.0%