Avanti provides high-school students free test preparation programs, mentorship and career services that help them place into top-tier Science and Technology colleges across India. Our students more than double their household income on graduating and escape the cycle of intergenerational poverty.
The College Predictor application helps students find:
- A list of colleges with opening and closing ranks based on:
- Exam
- Category
- Category rank
- Round Number
- Gender
- Home State
- A list of applicable scholarships based on:
- Scholarhship Status
- Grade
- Stream
- Category
- Family Annual Income
- Gender
- Home State
- City Name
- Node.js (version 14 or above)
- npm (comes with Node.js)
- Fork the
college-predictor
repository. - Clone the forked repository to your local computer (replacing the values in
{{}}
):git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/college-predictor.git cd college-predictor
- Install dependencies
npm install
- Run the local development server at http://localhost:3000
npm run start