React Admin Dashboard. Home page has different widgets, progress bar, interactive chart and a table. The app has different pages with data tables for users, products, signle user and signle product. You can select, view, delete, sort and filter items in theses tables. You can view a signle item in table by clicking on view button.
You can see the website here
This is one of three parts of full stack eCommerce app. You can find the Node.js/MongoDB REST API backend here and the React eCommerce Web application here
To run the application
- Clone this repo
- Run
npm install
- Run `npm start
- HTML
- CSS
- Javascript
- React
- styled-components
- Material-UI
- React Router
- React Hooks
- React Redux / Redux toolkit
- Recharts
- FireBase
Create src/firebase.js
file and add Firebase app configration in it
Add server url in src/requestMethods.js
Deployed on Netlify
You can see the website here
- Ali Darraji - https://github.com/adarraji
Home Page
Products Page
Product Page
New Product Page
Users Page
User Page
New User Page