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.
Documentation and sketches of the concept phase can be found in the concept
folder.
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 withnpm build
- run tests with
npm test
- serve project on
localhost
withnpm run serve