Skip to content

ExamHallGenerator is a web application designed to streamline the process of generating exam hall layouts. The application provides an intuitive user interface where administrators can input the desired number of rows and columns for an exam hall.

Notifications You must be signed in to change notification settings

sudharson-c/ExamHallGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Exam Hall Generator

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.

Table of Contents

Features

  • 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.

Installation

To install the Exam Hall Generator, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/yourusername/exam-hall-generator.git
    
    
  2. Navigate to the project directory:
 cd exam-hall-generator
  1. Install dependencies:
   npm install

Usage

To use the Exam Hall Generator, follow these steps:

  1. Start the application:
   npm start
  1. Access the application in your web browser at http://localhost:5000.

  2. Enter the number of students and available seating capacity.

  3. Customize the seating arrangement as needed.

  4. Generate the seating arrangement and download the PDF report.

Contributing

Contributions are welcome! If you'd like to contribute to the Exam Hall Generator, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

   git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
   git commit -am 'Add some feature'
  1. Push to the branch:
   git push origin feature/your-feature-name
  1. Submit a pull request.

Credits

About

ExamHallGenerator is a web application designed to streamline the process of generating exam hall layouts. The application provides an intuitive user interface where administrators can input the desired number of rows and columns for an exam hall.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published