ClassConnect is a comprehensive web application designed to foster seamless communication and collaboration among classmates.
Watch a video demo of ClassConnect here.
-
Real-time Messaging: Implemented a real-time messaging system enabling classmates to communicate effectively.
-
Class Management Functionalities: Engineered class management functionalities, allowing users to create, join, and manage class groups with ease.
-
Robust User Authentication: Implemented robust user authentication mechanisms to ensure secure access and privacy.
- JavaScript
- HTML
- CSS
- PHP
- PHPAdmin
- XAMPP
- SQL
(ClassConnect is not available for public usage.)
To run ClassConnect locally, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/your-repository.git
-
Navigate to the project directory:
cd your-repository
-
Install XAMPP and set up a local server environment.
-
Import the provided SQL database into PHPMyAdmin.
-
Start the Apache and MySQL servers in XAMPP.
-
Open your browser and visit
http://localhost/your-repository
to view the application locally.