This is a React-based dashboard website that provides insights through various charts and metrics. The dashboard includes information such as Top Users, Total Products, Profit Earned, and Total Visits.
- Top users: Visualize the top users of your platform.
- Total Products:Displays the total number of products.
- Profit Earned:Shows the profit earned over a period.
- Total visits: Tracks the total number to your website.
- Interactive Charts: All charts are interactive and responsive.
React:A javascript library for building user interfaces.
Chart.js A popular library for creating charts.
React Router:FOr handling routing in the application.
Clone the Repository:
git clone:https://github.com/alexander784/Dashboard.git
Navigate to the project directory:
cd dashboard
Install dependecies:
npm install
Run the App:
npm start