A dashboard to visualize road traffic accidents in Brazil
This project aims to visually and interactively show road traffic accidents in Brazil
with this it is possible to validate the places with the highest rate of traffic accident in the time range of the dataset.
Clone the project
$ git clone git@github.com:oguhpereira/dashboard-brazil-road-accidents.git
Install dependencies
$ yarn
Run the project
$ yarn dev
To display the information, i'm using the dataset found in dataset-road-traffic-accidents-brazil. These data are records initially stored by the federal police and then processed in an algorithm in python.
The records have data from the years: 2015, 2014, 2013, 2012, 2011 and 2010.
- React
- Axios
- LeafletMap