Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsarchghs/todo-flask
A simple to-do web app with Flask.
https://github.com/tsarchghs/todo-flask
flask html python3 sqlite3
Last synced: about 2 months ago
JSON representation
A simple to-do web app with Flask.
- Host: GitHub
- URL: https://github.com/tsarchghs/todo-flask
- Owner: tsarchghs
- License: mit
- Created: 2018-08-05T11:35:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T20:32:56.000Z (over 3 years ago)
- Last Synced: 2024-10-12T06:49:31.787Z (3 months ago)
- Topics: flask, html, python3, sqlite3
- Language: Python
- Size: 1.28 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toDo-Flask
A simple to-do web app with Flask.## Screenshots
### Index Page
![](/screenshots/toDo.JPG)
### Register Page
![](/screenshots/toDo-register.JPG)
### To-Dos Page
![](/screenshots/toDo-index.JPG)