Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

sifferhans/todoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoy - A simple todo app for today

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.

Setup

# install dependencies
npm install

Developing

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

Building

To build the app, run the build command:

npm run build

You can preview the built app with npm run preview.

About

A simple todo app for today

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors