AliAbDev11/Notes_webapp: This web application, built with Flask and SQLite, allows users to efficiently manage their personal notes. It provides an intuitive interface to add, delete, and list notes, ensuring a simple yet effective way to organize important information. Users can create new notes, view a list of all saved notes, and easily delete notes they no longer need. · GitHub
Make sure you have the latest version of Python installed.
git clone <repo-url>
pip install -r requirements.txt
Running The App
python main.py
Viewing The App
Go to http://127.0.0.1:5000
About
This web application, built with Flask and SQLite, allows users to efficiently manage their personal notes. It provides an intuitive interface to add, delete, and list notes, ensuring a simple yet effective way to organize important information. Users can create new notes, view a list of all saved notes, and easily delete notes they no longer need.