An open API service indexing awesome lists of open source software.

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

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
```