This is a simple todo app created with SvelteKit, where the todo list is reset every day. It is a fully functioning Progressive Web App, and you can try it out here.
# install dependencies
npm install
Once you've installed the dependencies with npm install
, start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To build the app, run the build command:
npm run build
You can preview the built app with
npm run preview
.