Summary
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. We removed the React app header and used the AppBar
component instead. The messages to the end user are now shown using the Snackbar
component. After these modifications, our frontend looks more professional and uniform. In the next chapter, we will focus on frontend testing.