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.
- Host: GitHub
- URL: https://github.com/mrivasperez/litdo
- Owner: mrivasperez
- License: mit
- Created: 2024-12-05T18:09:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T02:37:07.000Z (10 months ago)
- Last Synced: 2025-02-07T06:43:33.035Z (8 months ago)
- Topics: lit, lit-html, to-do, web, web-components
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.