https://nith.netlify.app
This is a Website to get your result in NIT Hamirpur. Check your full result and find your rank in the Class or College.
- The results portal on the official NITH results websites now has a human verification captcha, making web scrapping not possible / hard.
- The API for results was hosted on Heroku, they discontinued their free tier.
Result data for every student is web scraped form the official NITH results college website via a python script which is stored in database and served via API.
NITH Results API maintained by Rohit Hill
- View Results and Ranks in [ Class(batch+branch), year(batch), full_college ]
- Search by roll number, name
- Sort by CGPA or SGPA
- Ranking scheme ( 1224, 1223, 1234 )
- Full Result - Semester Wise -- subject wise result for particular student
- Download as .csv
- Dark Mode
- Cache results
- Remember me
This is a React App. Requires NodeJs and npm installed.
- Install Ddependencies
pnpm install
- Start development server
npm start