ThilakReddyy / TS-SSC-RESULTS-WEB

This project aims to provide 10th students of telangana with an efficient way of accessing their own results as well as those of their classmates. With just a single click, students will be able to view their academic performance and compare it with their classmates.

Home Page:https://tssscresult.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS-SSC Results

This is a Next.js project bootstrapped with create-next-app.

Features

  • Grades of Particular Student - Provide your roll number in the inbox and click on Results. The Results of the student will be displayed.li>
  • Grades of All Students of Particular School - Provide/Select thee school Name. Results of the all the students in the school are displayed.

Running locally in development mode

To get started, just clone the repository and run npm install && npm run dev:

git clone https://github.com/ThilakReddyy/TS-SSC-RESULTS-WEB
cd TS-SSC-RESULTS-WEB
npm install
npm run dev

Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm install
npm run build
npm start

You should run npm run build again any time you make changes to the site.

Open http://localhost:3000 with your browser to see the result.

Questions? Need Help? Found a bug?

If you've got questions about setup, deploying, special feature implementation, or just want to chat with the developer, please feel free to contact me on email.

Found a bug? Go ahead and submit an issue. And, of course, feel free to submit pull requests with bug fixes or changes to the dev branch.

Also feel free to message me if you have any ideas for small website tools that you can't yet find online. Thanks!

Thanks

  • ▲ Vercel for fast deployments served from the edge, hosting our website, downloads, and updates.
  • Next.js for development framework created by Vercel enabling React-based web applications with server-side rendering and generating static websites

About

This project aims to provide 10th students of telangana with an efficient way of accessing their own results as well as those of their classmates. With just a single click, students will be able to view their academic performance and compare it with their classmates.

https://tssscresult.vercel.app/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 98.5%Language:TypeScript 1.3%Language:CSS 0.2%