A responsive to-do list with back-end using Deta cloud and front-end using SvelteKit.
This is a variation of the Distributed To-Do List project, but this time instead of using a local database, it uses the Deta cloud to store the tasks and the users. In this project, the user can create an account, login and manage its own tasks, which differ from the tasks of other users.
Clone the repository
Install the dependencies
npm install
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
.