Added sunset theme

This commit is contained in:
Justine Pelletreau
2022-04-05 15:38:32 +02:00
parent 38ed4b7875
commit 4b91925e33
5 changed files with 296 additions and 4 deletions

View File

@ -2,10 +2,8 @@
This is a basic todo program. It uses python with flask and pickle, to give a really light and simple web interface for task taking.
It uses the [dracula](https://github.com/dracula/dracula-theme) colors.
![dark theme screenshot](./ssdark.png)
![light theme screenshot](./sslight.png)
![Screenshot of the application](./squiptasks.png)
It uses the [dracula](https://github.com/dracula/dracula-theme) colors by default and has a few built-in themes.
![Screenshot of the application](./sstodo.png)
# Features
* No accounts : this is made to be used as a single page (you can't have multiple user accounts). This is best suited as a personnal, self-hosted application in your own network (or it could also work for a work team).