Summary
In this chapter, we implemented all the functionalities for our app. We started with fetching the cars from the backend and showing these in the MUI DataGrid
, which provides paging, sorting, and filtering features. Then, we implemented the delete functionality and used the SnackBar
component to give feedback to the user.
The add and edit functionalities were implemented using the MUI modal dialog
component. Finally, we implemented the ability to export data to a CSV file.
In the next chapter, we are going to style the rest of our frontend using the React Material UI component library.