Our project explored the voting records of Georgia's elected representatives
(Senators and house members). We gathered the voting records of each representative
from the current year's Congress. A map of Georgia's different congressional distracts
and a web page with an interactive menu were created. When a congressional member is selected,
it will display metrics such as how many bills they have passed, to what degree they vote
along party lines, the category of bills they have proposed, and so on and so forth.
We also displayed some general demographic data for Georgia's voting population.
Full stack Development
Gathering data using API calls and Python
Cleanig data and merging Pandas dataframes
Creating a databese (SQLite) to store data
Creating a webpage to display records
Asscessing data through the webpage using Flask and JavaScript