CSV Data Dashboard
A dynamic web application that loads CSV data from GitHub
and displays it with summaries, charts, and tables.
Features
- Load CSV data from GitHub raw links
- Display data summaries with cards
- Visualize data with SVG bar charts
- Interactive data table with hover effects
- Responsive design with modern styling
Setup
- Update the
CSV_URL in index.js with your GitHub raw
CSV link
- Open
index.html in a browser
Customization
- Modify the chart type in
renderChart() function
- Update summary metrics in
renderSummary() function
- Adjust colors in
styles.css