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.
- ✅ 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
These instructions will help you set up and run the project locally.
git clone https://github.com/lucaxgomex/svelte-task-application.git
cd svelte-task-application
npm install
npm run dev