Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander784/dashboard
React-based dashboard website that provides insights through various charts and metrics
https://github.com/alexander784/dashboard
chartjs dashboard props-react state-management
Last synced: 2 days ago
JSON representation
React-based dashboard website that provides insights through various charts and metrics
- Host: GitHub
- URL: https://github.com/alexander784/dashboard
- Owner: alexander784
- Created: 2024-04-08T18:04:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T12:30:51.000Z (6 months ago)
- Last Synced: 2024-05-17T14:55:19.217Z (6 months ago)
- Topics: chartjs, dashboard, props-react, state-management
- Language: JavaScript
- Homepage: https://dashboard-ten-inky.vercel.app
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Admin Dashboard.
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.
## Features
1. Top users: Visualize the top users of your platform.
2. Total Products:Displays the total number of products.
3. Profit Earned:Shows the profit earned over a period.
4. Total visits: Tracks the total number to your website.
5. Interactive Charts: All charts are interactive and responsive.## Technologies Used.
React:A javascript library for building user interfaces.
Chart.js A popular library for creating charts.
React Router:FOr handling routing in the application.## Getting started
## Installation
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`