Svelte Task Application

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.


🚀 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

🛠️ Getting Started

These instructions will help you set up and run the project locally.

1. Clone the repository

git clone https://github.com/lucaxgomex/svelte-task-application.git
cd svelte-task-application

Install dependencies

npm install

Start the development server

npm run dev

Top categories

Loading Svelte Themes