Winner of the 2021 Congressional App Challenge in Texas's 32nd Congressional District. Submission can be found here: https://www.congressionalappchallenge.us/21-TX32/
This single-page web application helps users evaluate their financial aid offers. Users can select their school, specify whether they're in-state or out-of-state, enter their aid offer, and then receive a grade from 0-100 based on the quality of their aid offer.
- School Selection: Choose from a list of schools.
- Residency Specification: Indicate in-state or out-of-state residency.
- Aid Offer Input: Enter the details of the financial aid offer.
- Aid Quality Grade: Receive a grade assessing the quality of the aid offer.
- Frontend: ReactJS, node.js, scss, and libraries including FramerMotion and built with babel
- Clone the repository
git clone [repository-url] - Install dependencies:
npm install - Start the application:
npm start - Open
http://localhost:[port]in your browser.