keyansheng / todo-app

Todo list web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install (PowerShell/Bash)

git clone https://github.com/keyansheng/todo-app
cd todo-app
echo '#!/bin/bash
prettier --check .
black --check .' > .git/hooks/pre-commit
pip install -r requirements.txt
cp db-default.sqlite3 db.sqlite3
mkdir images

Run

  1. Run todo.py
  2. Open your browser and go to the address shown in the terminal, e.g. http://127.0.0.1:5000/

Optional settings

Setting File Location Default values
Categories db.sqlite3 Category.Name School, Personal
Time zone timezone_converter.py line 6 "Asia/Singapore"

About

Todo list web app

License:MIT License


Languages

Language:HTML 50.2%Language:Python 45.2%Language:CSS 4.6%