Skip to content

Admin Dashboard created using React js and ant design using Dummy Json api for data to show.

License

Notifications You must be signed in to change notification settings

PrathameshDhande22/Admin-Dashboard-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Dashboard in React JS

License

Overview

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.

Demo Site

Check out the demo site to see the Admin Dashboard in action.

Installation

To run the Admin Dashboard locally, follow these steps:

  1. Clone the repository: git clone https://github.com/PrathameshDhande22/Admin-Dashboard-React.git
  2. Navigate to the project directory: cd Admin-Dashboard-React
  3. Install the dependencies: npm install
  4. Start the development server: npm start

Usage

  1. Open your web browser and navigate to http://localhost:3000 to access the Admin Dashboard.
  2. Use the hamburger menu in the website header to navigate between different sections.
  3. Explore the different features, tables, and data visualizations.

Technologies Used

  • React.js
  • Ant Design
  • Chart.js

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Credits

  • 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.

Screenshots

Orders Page Customers Page DashBoard HomePage Inventory Page

Author : Prathamesh Dhande