This is a simple todo app project using Svelte.
For our demo site, Svelte calls JSONPlaceholder API.
Demo site: https://svelte-todo-app-sample.vercel.app
Install the dependencies:
$ cd svelte-todo-app
$ npm install
and start dev server:
$ npm run dev
Open localhost:5000 to see your app running.