https://github.com/kyuwoo-choi/todo-web-components
https://github.com/kyuwoo-choi/todo-web-components
custom-elements lit-html shadow-dom todo webcomponents
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyuwoo-choi/todo-web-components
- Owner: kyuwoo-choi
- Created: 2017-12-03T13:51:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:03:08.000Z (almost 3 years ago)
- Last Synced: 2025-05-06T22:53:18.568Z (5 months ago)
- Topics: custom-elements, lit-html, shadow-dom, todo, webcomponents
- Language: JavaScript
- Homepage: https://kyuwoo-choi.github.io/todo-web-components/
- Size: 1.43 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebComponents • [TodoMVC](http://todomvc.com)
- CustomElements v1
- ShadowDOM v1
- lit-html## Learning WebComponents
- [WebComponents](https://www.webcomponents.org/introduction/)
- [Learning Resources](https://developers.google.com/web/fundamentals/web-components/)
- [Babel's ES6 Guide](https://babeljs.io/docs/learn-es2015/)
- [Babel Compiler](https://babeljs.io/)