The Exam Hall Generator is a web application that helps generate seating arrangements for exam halls based on the number of students and available seating capacity.
- Dynamic Seating Arrangement: Automatically generates seating arrangements based on the number of students and available seating capacity.
- Customizable: Allows customization of the number of rows and columns for seating arrangements.
- Attendance Tracking: Supports tracking student attendance and marking absentees.
- Downloadable Reports: Provides the option to download seating arrangements as PDF files for easy printing.
To install the Exam Hall Generator, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/exam-hall-generator.git
- Navigate to the project directory:
cd exam-hall-generator
- Install dependencies:
npm install
To use the Exam Hall Generator, follow these steps:
- Start the application:
npm start
-
Access the application in your web browser at http://localhost:5000.
-
Enter the number of students and available seating capacity.
-
Customize the seating arrangement as needed.
-
Generate the seating arrangement and download the PDF report.
Contributions are welcome! If you'd like to contribute to the Exam Hall Generator, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
- Developed by Sudharson C (https://github.com/sudharson-c)