https://github.com/bsmth/bcd-viz
Visualizing Browser Compatibility Data
https://github.com/bsmth/bcd-viz
browser chartjs react visualization
Last synced: about 1 month ago
JSON representation
Visualizing Browser Compatibility Data
- Host: GitHub
- URL: https://github.com/bsmth/bcd-viz
- Owner: bsmth
- License: mit
- Created: 2022-10-22T16:01:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:06:44.000Z (over 1 year ago)
- Last Synced: 2025-07-31T09:58:31.138Z (11 months ago)
- Topics: browser, chartjs, react, visualization
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bcd-viz
Visualizing Browser Compatibility Data in React and Chart.js
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en/docs/install)
### Installing and Running
```bash
yarn
yarn start
```