This is a Web project made by React and Material UI. In this Project, we have an user system, products and orders page, and getting data form API.
In user system, we have a register and a login page, which can register new user and login by user. If we don't login as a user, we can only access home page, otherwise we can enter products and orders page to check products and orders data from API.
In products page, we get all products data from API and show them in Material UI collapsed table with pagination, sorting and searching, each products can be edited and deleted, we can also add new products and upload image into products.
In orders page, same as products page, we get all orders data from API and show in table. Orders row can be filtered by date.
Both products and order page can export data into csv file.
npm install @material-ui/core
npm install axios
npm install react-router-dom
npm i react-csv