This result platform was built to present the exam results of examinees. Examinees can view their results by visiting the platform via the web and entering their index number. Currently, this platform is only responsible for handling the presenting part of the results. Yet, there is no admin panel created for handling the CRUD operations with the database. But I have successfully integrated the platform with third parties and used a custom script (written by myself) to upload the result sheets to the db.
- View results of the examinees
- Leaderboard
- Downloadable resources related to the exam
This is a real-world usage of this platform Visit.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to interact with the platform.
Forks are lovely. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
I'm planning to extend the functionality by adding an admin panel to easily proceed with the CRUD operations. Any contribution is warmly welcome.