A responsive to-do list with back-end using Flask and front-end using SvelteKit
Clone the repository
Install the dependencies
npm install
Run the backend
python -m flask --app main.py run
Run the frontend
npm run dev
Open the browser and run the website on your localhost
Enjoy!
The themes used are based on daisyUI, a Tailwind CSS plugin.
The theme can be changed by changing the data-theme
variable in src/app.html
, the best ones are dracula
, valentine
, winter
, lemonade
, cupcake
and emerald
.