Skip to content

RohitKaushal7/nith-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NITH Results 🚧(not-working)

Netlify Status Contributions


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.

😕 Why it doesn't work Now?

  • 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.

How it works

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

Features

  • 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

Development

This is a React App. Requires NodeJs and npm installed.

  • Install Ddependencies
    pnpm install
  • Start development server
    npm start