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.
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
npm install
- Start development server
npm start