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 data grid, which provides paging, sorting, and filtering features. Then, we implemented the delete
functionality and used the toast
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 MUI component library.