A streamlined approach for managing entrance exam. Designed to facilitate the entrance exam process for students and administrators.
Built using React.js and provides a user-friendly interface for managing the entrance exam process. It includes features such as student registration, examination, and exporting of students result.
Before you begin ensure you have the following installed:
- Node.Js
- npm
- Git
- Clone the project:
git clone https://github.com/raymayo/entrance-exam.git
cd entrance-exam
- Install the dependencies
npm install
to start the project, run:
npm run dev
- Register Student: Input the required information of the student register a student.
- Examination: Student can take the exam in the application securely, their scores will be logged when submitted.
- Structuring & Exporting: The information and score of students is easily exportable for the administrators.