https://github.com/xdrokra/road-accident-analytics
A data visualization project that maps and analyzes road accidents across major Italian municipalities in 2023
https://github.com/xdrokra/road-accident-analytics
analytics data design italy javascript
Last synced: 10 months ago
JSON representation
A data visualization project that maps and analyzes road accidents across major Italian municipalities in 2023
- Host: GitHub
- URL: https://github.com/xdrokra/road-accident-analytics
- Owner: xDrokra
- License: mit
- Created: 2024-12-28T03:03:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T03:47:50.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:33:20.548Z (over 1 year ago)
- Topics: analytics, data, design, italy, javascript
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Road-Accident-Analytics
A data visualization project that maps and analyzes road accidents across major Italian municipalities in 2023.
the data used was taken from the institute [Istat](https://www.istat.it/) for educational purpose.
## Preview
Check out the live demo on [GitHub Pages](https://xdrokra.github.io/Road-Accident-Analytics/dashboard.html).
## Features
Interactive map with markers for each important municipality in Italy.
Dynamic display of accident statistics:
- Total accidents.
- Total deaths.
- Total injuries.
- Total vehicles involved.
- Doughnut chart showing risk factors per municipality.
- Responsive design.
## Technologies Used
- _HTML, CSS, JavaScript (ES6 Modules)_
- _Leaflet.js for mapping_
- _Chart.js for data visualization_
- _Google Material Symbols for icons_
## Run locally
1. Clone the repository:
```bash
git clone https://github.com/xDrokra/Road-Accident-Analytics.git
```