Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sikandarjodd/kit

Simple To Do List using Svelte Js with Remove Filter
https://github.com/sikandarjodd/kit

javascript json project svelte svelte-projects svelte-v3 sveltejs to-do-list

Last synced: 13 days ago
JSON representation

Simple To Do List using Svelte Js with Remove Filter

Awesome Lists containing this project

README

        

# SvelteJs To-Do List

![screenshot](output.png)


![screenshot](note.png)

## Installation

Install To-Do List using

```bash
git clone https://github.com/SikandarJODD/kit.git
```

## Features

- Single To-Do Can Be Remove
- Seamless UI
- Responsive

## Lessons Learned

- Use Filter to Remove Specific To-Do
- Learn Svelte Js Components
- Created **AddUser**, **FilterUser** and User.svelte..
- Data Passing using **dispatch**

## Run Locally

Clone the project

```bash
git clone https://github.com/SikandarJODD/kit.git
```

Go to the project directory

```bash
cd kit
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```