8. Take a look at what you've built
You built a working CRUD application. Tasks can be created, updated, and deleted.
What you used
You built the application using:
- Components to build reusable UI
- Views to orchestrate each page
- Routes to navigate between pages
- Services to manage application data
- Events to connect application behavior
- Lifecycle and rendering to control when UI is created and destroyed