This repository contains the codebase for a simple Todo application built with Svelte, TypeScript, and Vite. It serves as a practical example for developers to explore Svelte's reactivity and component-based architecture in combination with modern web development tools.
This Todo app demonstrates how to build a functional application using Svelte. It includes features like adding, editing, and deleting tasks, showcasing Svelte's reactivity and component-based design.
Clone the repository:
git clone https://github.com/meenbeese/svelte-todo.git
cd svelte-todo
Install dependencies:
pnpm install
Start the development server:
pnpm run dev
Open the app in your browser at http://localhost:5173.
Feel free to explore the codebase and customize it to suit your needs. Contributions and feedback are welcome!