This is a Nandan todo list App designed for daily usage.
NOTE: Rename the gitignore file name as .gitignore after you clone the repo to you local system.
python >= 3.5
### open Git bash in any working directory and run the following commands
git init
git clone
cd
python -m venv .venv
.venv/bin/activate
pip install -r requirements.txt
flask run
handlers:
-
url: /img static_dir: static/img
-
url: /script static_dir: static/script
-
url: /styles static_dir: static/styles