Live Demo on https://congress-list-challenge.netlify.app
Create a React app that allows the user to show the US Congress list.
Create a project using create-react-app. You should read and implement the ProPublica Congress API: https://projects.propublica.org/api-docs/congress-api/members/#lists-of-members.
- Add a header and footer
- Create a list with congress persons.
- Use SCSS to style the list.
- Add an input to search through all the fields: name, party, gender, etc.
- Add a dropdown button to be able to filter the search by each field.
- Add routing to implement a detail view.
- Client side pagination
- Add responsive features
- Deploy the application using github pages/heroku
- Add a back button on the detail view.
- Clone this repository
npm install
npm run start
This project was developed in ReactJS for a Leniolabs's Challenge.
- Created by Federico Villa
- If you have any doubt, suggestion or comment feel free to contact me at: [email protected]