Managing tasks
After picking up the basics from the previous chapter, we will now go on and create a task management application together in the upcoming chapters. You'll learn about some concepts during these chapters and then use them with practical examples. You'll also learn how to structure an application using components. This begins with the folder structure and ends with setting up the interaction between components.
Vision
The task management application, which we're going to create during the course of this book, should enable users to manage tasks easily and help them organize small projects. Usability is the central aspect of any application; therefore, you'll need to design a modern and flexible user interface that will support the users managing their tasks:

A preview of the task management application we are going to build
Our task management application will consist of components that will allow us to design a platform, providing a great user experience for the purpose of managing...