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".
- Host: GitHub
- URL: https://github.com/marfullsen/tutorial-todo-list-using-lit
- Owner: Marfullsen
- Created: 2022-07-06T19:15:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T20:29:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T07:13:08.397Z (over 1 year ago)
- Topics: lit, to-do-list, todo-list
- Language: JavaScript
- Homepage: https://Marfullsen.github.io/tutorial-todo-list-using-lit/
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial "To do list" using Lit
[](https://lit.dev/)
[](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
## 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/)