This is a simple UI based on Web Components API. It contains tree components:
- todo-heading - the heading of the todo list
- todo-item - the task in todo list, that can be deleted, marked as done or in progress
- todo-list - the container where the tasks are rendered
npm i
npm run build
npm start