Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciphertron/krypton
A todo app built using flask
https://github.com/ciphertron/krypton
bootstrap flask heroku jinja2 python sqlalchemy
Last synced: 6 days ago
JSON representation
A todo app built using flask
- Host: GitHub
- URL: https://github.com/ciphertron/krypton
- Owner: CIPHERTron
- Created: 2021-04-07T06:26:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T17:08:15.000Z (over 3 years ago)
- Last Synced: 2023-03-06T05:32:35.327Z (over 1 year ago)
- Topics: bootstrap, flask, heroku, jinja2, python, sqlalchemy
- Language: HTML
- Homepage: https://todo-sense.herokuapp.com/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo Sense
## A todo app built using `flask` and `Bootstrap`. It uses the `jinja2` templating engine for template inheritance. It also uses a `sqlite` database for quick development.
## It's deployed on Heroku. You can find the deployment [here](https://todo-sense.herokuapp.com/)
## Technologies used:
```
- Flask
- SQLite
- SQLAlchemy
- Bootstrap 5
- Jinja2
- HTML
- CSS
```