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: 4 months ago
JSON representation
Simple To Do List using Svelte Js with Remove Filter
- Host: GitHub
- URL: https://github.com/sikandarjodd/kit
- Owner: SikandarJODD
- Created: 2023-01-04T00:11:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T15:47:28.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T01:37:49.238Z (4 months ago)
- Topics: javascript, json, project, svelte, svelte-projects, svelte-v3, sveltejs, to-do-list
- Language: Svelte
- Homepage: https://sikandarjodd.github.io/kit/
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteJs To-Do List


## 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
```