This is an example of a ToDo project in Svelte with use of an external API server. I wrote it to learn Svelte and a modern JS.
Notice - this app needs a backend app which is available here: ToDo Backend
Install dependencies...
npm install
...then start
npm run dev
npm run dev should automatically open your browser and navigate to localhost:5000. You should see the app running.
Other frameworks use same backend app and db in Mongo.
Here's a linked list of other repos:
Article "I built the same app in 5 different frameworks as a JS noob" coming soon. :)