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

https://github.com/marfullsen/tutorial-todo-list-using-lit

Intro to Lit, "To do list".
https://github.com/marfullsen/tutorial-todo-list-using-lit

lit to-do-list todo-list

Last synced: 3 days ago
JSON representation

Intro to Lit, "To do list".

Awesome Lists containing this project

README

          





# Tutorial "To do list" using Lit

[![lit](https://img.shields.io/badge/Lit-2.2.7-blue.svg)](https://lit.dev/)
[![gh-pages](https://img.shields.io/badge/Demo-Available-green.svg)](https://Marfullsen.github.io/tutorial-todo-list-using-lit/)


Learning the ropes and making the first LitElement.

## ¿De qué trata este _Tutorial_?
En este tutorial se realizará un listado de cosas por hacer, también conocido en inglés como "To do list", el sitio del tutorial está disponible [aquí](https://lit.dev/tutorials/intro-to-lit/)

## ¿Hay alguna demo disponible?
Si, la demo está disponible en [Marfullsen.rocks/tutorial-todo-list-using-lit/](https://Marfullsen.github.io/tutorial-todo-list-using-lit/)

## Instalación del proyecto

Clonar y luego correr con algún servidor http.

```
git clone https://github.com/Marfullsen/tutorial-todo-list-using-lit.git
```

## Capturas de pantalla



Screenshot gif

## Referencias
- [Tutorial del TODO list en Lit](https://lit.dev/tutorials/intro-to-lit/)
- [load lit-html directly from the JS](https://lit.dev/docs/v1/lit-html/getting-started/)