Skip to content

arvind-4/streamify-dashboard

Repository files navigation

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

Run it locally

  • Clone the project
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
cd ~/Dev/streamify-dashboard

Install dependencies

pnpm install

Start the server

pnpm dev

Running Tests

To run tests, run the following command

pnpm test

Deployment

To deploy this project run

pnpm build

open the dist/index.html file in your browser

Authors

@Arvind

License

MIT