Skip to content

d-bryan/census-bureau-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Census Bureau Client Project

Live Demo

Visit a live demo of the application on Netlify here

Description

Client to interact with the Census Bureau API I built, GitHub Repository. This only implements two features from the API - Apportionment and Itemized Taxes by year for 2020. It creates a Choropleth map of the US with the data from the API.

Libraries Used

React
Leaflet
React Leaflet
TopoJSON Client

Setup

Requirements

Python 3.8.x
nodejs 16.x.x

Installation

Clone the repository and run the following command:

git clone https://github.com/d-bryan/census-bureau-client.git

npm install

If running locally you will also need the API repository installed separately.

git clone https://github.com/d-bryan/census-data-api.git

pip install -r requirements.txt