This is a Next.js project bootstrapped with create-next-app.
- 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.
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
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.
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!