In this chapter, we finalized our frontend using Material-UI. Material-UI is the React component library that implements Google's Material Design. We replaced all the buttons with the Material-UI Button components.
Our modal form got a new look by using the Material-UI TextField component. After these modifications, our frontend looks more professional and uniform.
In the next chapter, we will focus on frontend testing.