Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sikandarjodd/kit
- Owner: SikandarJODD
- Created: 2023-01-04T00:11:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T15:47:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T02:07:31.825Z (15 days 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: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```