Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 771 Bytes

File metadata and controls

6 lines (4 loc) · 771 Bytes

Svelte Mini Workshop

This repo is part of a small workshop to get started with Svelte. The use case is building a TODO app. Below the folder src are tasks 1 to 4 which should be worked on in order as they build on each other. Each task folder contains a README.md with the instructions. You can solve all talks writing all code inside task-1, or you can solve each task in its corresponding folder. To do that, inside App.svelte you need to comment in the correct import and comment out all the others. If you are stuck on a task, you can take a peek into the next task. final contains the state of the application after having solved all tasks.

Attention

Code in this repository is not developed any further. The repository has therefore been archived.