CampusConnect is a full-stack college community web platform built using HTML, CSS, JavaScript (frontend) and PHP with MySQL (backend). It enables students to explore and register for campus events, while admins manage events through a secure dashboard.
-
Students:
- View events
- Register for events
- Read-only access
-
Admins:
- Login to dashboard
- Create, edit, delete events
- Upload event info and manage updates
- Post title, description, date, venue, and image for each event
- Display upcoming events dynamically with modern cards
- Signup and Login using PHP and MySQL
- Role-based login (student or admin)
- Sessions for secure login
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server: XAMPP/Apache
- Clone the repository
git clone https://github.com/shaikmathin647/campusconnect.git- Move the folder to your XAMPP
htdocsdirectory - Start Apache & MySQL from XAMPP control panel
- Navigate to http://localhost/phpmyadmin
- Create a new database:
campusconnect - Import the
campusconnect.sqlfile inside/sql
- Create a new database:
- Go to http://localhost/campusconnect/login.html to use the project
Made with 💙 by [Shaik Mathin]
📧 shaikmathin647@gmail.com
This project is open source and free to use for learning and educational purposes.
