CodeLab Scheduler is a web application designed to streamline the process of booking coding lab time across various educational institutions in Madhya Pradesh. The application provides a user-friendly interface for students and professionals to schedule lab time, manage bookings, and access state-of-the-art coding facilities.
- HTML: For structuring the web pages.
- CSS: For styling the web pages.
- JavaScript: For adding interactivity and dynamic content.
- Font Awesome: For icons.
- WebStorm: IDE used for development.
Pages/index.html: The main landing page.about.html: Information about the project and team.booking.html: Page for booking lab sessions.labs.html: Information about available labs.login.html: User login page.signup.html: User registration page.
Styles/styles.css: Main stylesheet for the application.about.css: Stylesheet for the about page.booking.css: Stylesheet for the booking page.labs.css: Stylesheet for the labs page.login.css: Stylesheet for the login page.signup.css: Stylesheet for the signup page.
Javascript/script.js: Main JavaScript file for common functionalities.labs.js: JavaScript file for the labs page.booking.js: JavaScript file for the booking page.login.js: JavaScript file for the login page.signup.js: JavaScript file for the signup page.
- Easy Booking: Book lab time slots with just a few clicks.
- Flexible Scheduling: Reschedule or cancel bookings up to 24 hours in advance.
- Waitlist System: Join waitlists for full time slots and get notified when space becomes available.
- Notifications: Receive reminders and updates about bookings via email or SMS.
- Secure Authentication: Secure login options including two-factor authentication.
- Mobile Friendly: Responsive design for access on mobile devices.
- Clone the repository:
git clone https://github.com/murtaza-sadri-19/Time_Booking_Frontend.git# Time_Booking_Frontend