Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmdsalahsebai/college-lectures-scheduler
college lectures scheduler
https://github.com/mhmdsalahsebai/college-lectures-scheduler
Last synced: 8 days ago
JSON representation
college lectures scheduler
- Host: GitHub
- URL: https://github.com/mhmdsalahsebai/college-lectures-scheduler
- Owner: mhmdsalahsebai
- Created: 2023-12-11T20:21:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T07:32:20.000Z (11 months ago)
- Last Synced: 2024-01-27T22:31:46.685Z (10 months ago)
- Language: JavaScript
- Homepage: https://psu-lectures-scheduler.vercel.app
- Size: 1.87 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Lectures Scheduler
## Description
The College Lectures Scheduler is a web application designed to facilitate the creation of schedules for college lectures. This project helps streamline the process of organizing and managing lecture timetables efficiently. Users can easily create, view, and modify schedules, ensuring that there are no conflicts in instructor availability or room bookings.## Features
### Lecture Schedule Table
The heart of the application is the interactive schedule table. Users can easily visualize and plan lectures based on various parameters such as time, room, and instructor availability. The schedule table also includes features to prevent scheduling conflicts, ensuring the integrity of the timetable.### Conflict Prevention
To enhance the scheduling process, the application incorporates conflict prevention measures. For instance, the system prevents the addition of an instructor to a lecture if they are already scheduled for another lecture at the same time. Additionally, it checks for conflicts in room availability to avoid double bookings.### Admin Panel
The admin panel provides a centralized location for administrators to manage information about instructors. Admins can add, edit, or remove details related to instructors, ensuring that the system stays up-to-date with the latest faculty information.## Getting Started
### Prerequisites
- Node.js
- Next.js### Installation
1. Clone the repository.
```bash
git clone https://github.com/mhmdsalahsebai/college-lectures-scheduler.git
```2. Navigate to the project directory.
```bash
cd college-lectures-scheduler
```3. Install dependencies.
```bash
npm install
```5. Run the application.
```bash
npm start
```6. Access the application in your web browser at `http://localhost:3000`.
## Acknowledgments
- Special thanks to the contributors and supporters of the College Lectures Scheduler project.
- Inspired by the need for an efficient and user-friendly solution for college lecture scheduling.