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