Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undeadme/react-dashboard
React Dashboard Template with lots of Charts and stuff
https://github.com/undeadme/react-dashboard
chart dashboard react-chart react-dashboard react-template template
Last synced: 1 day ago
JSON representation
React Dashboard Template with lots of Charts and stuff
- Host: GitHub
- URL: https://github.com/undeadme/react-dashboard
- Owner: UndeadMe
- Created: 2024-08-16T04:04:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:31:26.000Z (about 1 month ago)
- Last Synced: 2024-10-18T05:07:45.727Z (29 days ago)
- Topics: chart, dashboard, react-chart, react-dashboard, react-template, template
- Language: JavaScript
- Homepage: https://react-dashboard-dribbble.netlify.app
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CashFlow
its a non responsive dashboard template for now. i am implementing this template based on the [Dribbble Design](https://dribbble.com/shots/23704866-Cashflow-Web-App-Design). I get so happy if you wanna contribute to this simple template project for developing it faster as soon as possible.## Main Page
![image](https://github.com/user-attachments/assets/7554081e-3cbf-461b-b728-baa77d088443)## Installation Process
1. first clone the project via
```CONSOLE
git clone https://github.com/UndeadMe/react-dashboard.git
```
2. then you have to install the packages by
```CONSOLE
pnpm install
```
3. after all, you can easily preview the project by running this
```CONSOLE
pnpm run dev
```