A simple task management application built with Svelte and Vite. This project allows users to:
This application is designed for simplicity and responsiveness, making use of Svelte’s reactivity and Vite’s fast development environment.
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