https://github.com/ciphertron/krypton
A todo app built using flask
https://github.com/ciphertron/krypton
bootstrap flask heroku jinja2 python sqlalchemy
Last synced: 3 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T17:08:15.000Z (about 5 years ago)
- Last Synced: 2025-02-24T03:18:01.059Z (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: 2
- 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
```