Svelte Task Application
1. Overview
A simple task management application built with Svelte and Vite. This project allows users to:
- Create new tasks
- Delete existing tasks
- Filter tasks by completion status
This application is designed for simplicity and responsiveness, making use of Svelte’s reactivity and Vite’s fast development environment.
2. Features
- Add new tasks with a simple input;
- Remove tasks individually;
- Filter tasks: All / Completed / Incomplete;
- Local state management using Svelte’s stores or reactive variables;
- Instant feedback with real-time DOM updates.
3. Getting Started
These instructions will help you set up and run the project locally.
3.1. Clone the repository
git clone https://github.com/lucaxgomex/svelte-task-application.git
cd svelte-task-application
3.3. Install dependencies
npm install
3.3. Start the development server
npm run dev