/todo-with-flask

Flask TODO app

Primary LanguageHTML

A flask based todo web application

To run

  1. Download files and move to folder, open terminal/command propmpt
  2. Download requirement

pip install -r requirements.txt

  1. Make sure python 3.6+ is installed. Now Run app

python app.py

  1. Go to localhost:5000 in a web browser and enjoy.