An open API service indexing awesome lists of open source software.

https://github.com/arvind-4/streamify-dashboard

A dashboard with bar charts, pie charts, and a table.
https://github.com/arvind-4/streamify-dashboard

dashboard reactjs shadcn-ui typescript vercel

Last synced: 6 months ago
JSON representation

A dashboard with bar charts, pie charts, and a table.

Awesome Lists containing this project

README

          

# streamify-dashboard

A dashboard with bar charts, pie charts, and a table visually presents data. Bar charts compare categories, pie charts show proportions, and tables provide detailed data. Together, they offer both high-level overviews and in-depth insights for better analysis and decision-making.

## Screenshots

![Demo Screenshot](https://raw.githubusercontent.com/arvind-4/streamify-dashboard/refs/heads/main/.github/static/image.png)

## Run it locally

- Clone the project

```bash
mkdir cd ~/Dev/streamify-dashboard -p
cd ~/Dev/streamify-dashboard
git clone https://github.com/arvind-4/streamify-dashboard.git .
```

- Go to the project directory

```bash
cd ~/Dev/streamify-dashboard
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm dev
```

## Running Tests

To run tests, run the following command

```bash
pnpm test
```

## Deployment

To deploy this project run

```bash
pnpm build
```

open the `dist/index.html` file in your browser

## Authors

[@Arvind](https://www.github.com/arvind-4)

## License

[MIT](https://github.com/arvind-4/streamify-dashboard/blob/main/LICENSE)