Part 2 Building a To-Do App
Now, we will build a fully functional to-do tracking application using Quart and React. The app will include many common features, such as authentication, user management, styled pages, and forms.
This part consists of the following chapters:
- Chapter 2, Creating a Reusable Backend with Quart
- Chapter 3, Building the API
- Chapter 4, Creating a Reusable Frontend with React
- Chapter 5, Building the Single-Page App