Closed pauladc closed 1 year ago
For the MVP, let's use dummy data or the data that is there right now. Take a look at the census data as reference, but no need to first ingest the data before you start trying out different visualizations. For visualizations, you should check out ChartJS https://github.com/reactchartjs/react-chartjs-2 https://medium.com/@vickdayaram/using-chart-js-with-react-324b7fac8ee6
Description: We will be creating a visualization of 1940 census data from the Deanwood neighborhood, Washington D.C. Our task will be two-fold: 1) processing the census data, selecting and reorganizing the attributes that are relevant; 2) displaying the data in multiple visual forms, including a heat map for demographic information, pie chart, line graph, etc.
Minimum viable product:
Extended features (stretch goals):