An open API service indexing awesome lists of open source software.

https://github.com/mrivasperez/litdo

A simple to-do list application built using Lit.
https://github.com/mrivasperez/litdo

lit lit-html to-do web web-components

Last synced: 6 months ago
JSON representation

A simple to-do list application built using Lit.

Awesome Lists containing this project

README

          

# Litdo
> [📖 View Tutorial ](https://www.linkedin.com/pulse/building-to-do-list-application-lit-miguel-rivas-perez-df8ac/?trackingId=uguu3b1oSl6kNwMN0ZTRVw%3D%3D)

A simple to-do list application built using [Lit](https://github.com/lit/lit/), a lightweight and performant web component library. It showcases the ease of building Single-Page Applications (SPAs) with Lit. To learn more about Lit, visit https://lit.dev/.

# Features

- Easily add new tasks to your to-do list. New tasks can be added by pressing the Enter key from within the input field.
- Remove completed or unwanted tasks.
- Tasks are saved in the browser's local storage, ensuring they persist between sessions.

# Getting Started
## 1. Clone the repository
```
git clone https://github.com/mrivasperez/litdo.git
```
## 2. Install Dependencies
```
cd litdo
npm install
```
## 3. Start the Development Server
```
npm run dev
```
This will start a local development server. You can access the application in your browser by navigating to http://localhost:5173/.

# Contributing
You are welcome to report issues, propose new features, or contribute code.

# License
This project is licensed under the MIT License.