Admin Dashboard is a responsive web application built with React.js and Ant Design. It provides a user-friendly interface for managing various aspects of the business. The dashboard includes four main routes:
/
: Dashboard section that displays total orders, revenue, customers, and total inventory. It also shows a table of recent orders and a revenue chart using Chart.js./inventory
: Inventory section that shows the items available in a table./customers
: Customers section that displays customer details in a table./orders
: Orders section that shows the orders in a table.
Check out the demo site to see the Admin Dashboard in action.
To run the Admin Dashboard locally, follow these steps:
- Clone the repository:
git clone https://github.com/PrathameshDhande22/Admin-Dashboard-React.git
- Navigate to the project directory:
cd Admin-Dashboard-React
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
to access the Admin Dashboard. - Use the hamburger menu in the website header to navigate between different sections.
- Explore the different features, tables, and data visualizations.
- React.js
- Ant Design
- Chart.js
This project is licensed under the MIT License. See the LICENSE file for more details.
- The avatar, mail icon, and notification icons are sourced from Ant Design Icons.
- Special thanks to the contributors and developers of React.js, Ant Design, and Chart.js for providing the tools and components that make this Admin Dashboard possible.