https://github.com/scotcorm/dashboardv2025
Business Data Management Site
https://github.com/scotcorm/dashboardv2025
bootstrap chartjs
Last synced: 14 days ago
JSON representation
Business Data Management Site
- Host: GitHub
- URL: https://github.com/scotcorm/dashboardv2025
- Owner: scotcorm
- Created: 2025-02-06T23:23:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T00:34:40.000Z (12 months ago)
- Last Synced: 2025-07-02T01:28:51.149Z (12 months ago)
- Topics: bootstrap, chartjs
- Language: HTML
- Homepage: https://scotcorm.github.io/dashboardv2025/
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web page titled: dashboardv2025
## Deployed at https://scotcorm.github.io/dashboardv2025/
## Built with ChartJS and Bootstrap, original site foundation based on a Bootstrap Example from: https://getbootstrap.com/docs/5.2/examples/
## About
Most of what I have learned so far about building charts and graphs has been using React, with data being added and
updated in an external server. Since full-stack projects like the one that I have currently hosted on Render take time to spin
up, it wasn't as practical for me to experiment more with ChartJS, and so I used Bootstrap for this one.
# Structure
```
Dashboardv2025
|-img
| _|-corm.png
|-node_modules
| |-@popperjs
| |-core
| |-dist
| |-lib
| |-index.d.ts
| |-LICENSE.md
| |-package.json
| |-README.md
| |-bootstrap
| |-dist
| |-js
| |-scss
| |-LICENSE
| |-package.json
| |-README.md
| |-.package-lock.json
|-dashboard.css
|-index.html
|-inventory.html
|-oll.html
|-package-lock.json
|-package.json
```