An open API service indexing awesome lists of open source software.

https://github.com/bohnacker/2525-ig3-programmiersprachen-todolist


https://github.com/bohnacker/2525-ig3-programmiersprachen-todolist

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Svelte Todo-List

A simple todo list made with Svelte 5 to learn the basics of Svelte.

## Run locally

Download this repository.

In a terminal, navigate to the directory:
```bash
cd path/to/this/repository
```

Install dependencies:
```bash
npm install
```

Run in developer mode:
```bash
npm run dev -- --open
```