Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 809 Bytes

File metadata and controls

18 lines (11 loc) · 809 Bytes

US Congress Members & Bills Force Cluster

This project is a small web application to access members of US Congress and their latest bills using the ProPublica Congress API. It was created as part of a coding excersie for a past job application.

screenshot

Documentation and sketches of the concept phase can be found in the concept folder.

Development

The code of the project is located in the src folder.

To set the project up locally:

  • install dependencies with npm install
  • build project to dist folder with npm build
  • run tests with npm test
  • serve project on localhost with npm run serve