Note: This App was created based on the online course Svelte Crash Course through Projects w/ Backend Connections for learning purposes.
Svelve version is outdated since the tutorial is being followed here.
A simple and lightweight Todo App built with Svelte.
- Add, edit, and delete tasks
- Mark tasks as completed
- Persist tasks in local storage
Ensure you have the following installed:
-
Clone the repository
git clone https://github.com/jeremejazz/svelte-todo.git cd svelte-todo-app
-
Install dependencies
npm install
-
Run the development server
npm run dev
The app will be available at http://localhost:8080 .
Contributions are welcome! Feel free to fork the repo and submit a PR.
This project is licensed under the MIT License.