svelte-todo Svelte Themes

Svelte Todo

Basic TODO app in Svelte

Svelte Todo App

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.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Persist tasks in local storage

Installation

Prerequisites

Ensure you have the following installed:

  • Node.js (LTS version recommended)
  • npm (comes with Node.js)

Steps

  1. Clone the repository

    git clone https://github.com/jeremejazz/svelte-todo.git
    cd svelte-todo-app
    
  2. Install dependencies

    npm install
    
  3. Run the development server

    npm run dev
    

    The app will be available at http://localhost:8080 .

Contributing

Contributions are welcome! Feel free to fork the repo and submit a PR.

License

This project is licensed under the MIT License.

Top categories

Loading Svelte Themes