Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.65 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.65 KB
React Next Js Firebase MUI Yarn

Overview

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.

Features

  • View results of the examinees
  • Leaderboard
  • Downloadable resources related to the exam

Demo

This is a real-world usage of this platform Visit.

Installation

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to interact with the platform.

Usage

Home Page

Home Page

Individual Examinee Result Page

Individual Examinee Result Page

Leaderboard Page

Leaderboard Page

Resource Page

Resource Page

Contributing

Forks are lovely. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Roadmap

I'm planning to extend the functionality by adding an admin panel to easily proceed with the CRUD operations. Any contribution is warmly welcome.

License

MIT