This is a To-Do app written with Svelte and Tailwind CSS, inspired by To Do example app and Microsoft To Do App. The app will save the tasks on the storage and users can finish them on other days.
Powered by create-svelte
.
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open