result-getter
is a responsive web application built with SvelteKit and Typescript on Netlify that allows students to get their aggregate results, SGPA, and CGPA using their hall ticket number.
Use when the JNTUH server is up and running nicely.
- Get your aggregate results by entering your hall ticket number.
- View your total marks, percentage, and grade.
- View your SGPA and CGPA.
Use when the JNTUH server is down or slow.
- Get your results for one single examination series by entering your hall ticket number and choosing the exam.
- View your total marks, percentage, and grade.
- View your SGPA.
To get aggregate results, send a GET
request to https://result-getter.netlify.app/api/v1/normalizedresults?htno=[Your Hallticket Number]
.
This application is built with SvelteKit and Typescript and should be easy to understand and modify. Feel free to fork and contribute.
- Make sure you have Node.js installed.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server.
Run npm run build
to build the application.
Feel free to contribute to this project. You can create a pull request or open an issue.
This project is licensed under the GPL-2.0 License - see the LICENSE file for details.