congressAI is a React-based web application designed to provide users with information about the US Congress, including details about its members and bills. The application allows users to filter and search for bills and view member profiles, including their party affiliation, state representation, and images.
- Search for bills
- Filter bills by sponsor, status, and topic
- View a list of members in either the Senate or the House of Representatives
- Display member profiles with their name, party, state, and image
- Responsive sidebar for easy navigation and filtering
These instructions will guide you through the process of setting up the project on your local machine for development and testing purposes.
- Clone the repository:
git clone https://github.com/BillySchwartz16/congressAI.git
- Change into the project directory:
cd CounsilAI
- Install the project dependencies:
npm install
- Run the development server:
npm start