Loading repository data…
Loading repository data…
Aldan05 / repository
A modern full-stack Internship & Placement Management System built with HTML, CSS, JavaScript, PHP, and MySQL, featuring Admin, Student & Company dashboards, job posting, resume management, application tracking, interview scheduling, offer letters, analytics, and secure role-based authentication.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A full-stack Internship & Placement Management System developed using HTML, CSS, JavaScript, PHP, MySQL, and XAMPP. The platform streamlines the complete campus recruitment process by connecting Students, Companies, and Administrators through a secure, role-based system.
Designed with a modern dashboard interface, responsive layout, and professional workflow, CareerConnect simulates a real-world recruitment platform from registration to onboarding.
Secure messaging between Companies and Students.
Student Registration
│
▼
Admin Approval
│
▼
Student Dashboard
│
▼
Complete Profile & Upload Resume
│
▼
Apply for Job
│
▼
Company Reviews Application
│
▼
Shortlist Candidate
│
▼
Interview Scheduling
│
▼
Offer Letter Issued
│
▼
Student Accepts Offer
│
▼
Communication Center
Smart Internship & Placement Portal/
│
├── admin/
├── company/
├── student/
├── assets/
│ ├── css/
│ ├── js/
│ ├── images/
│
├── uploads/
│ ├── profile/
│ ├── resumes/
│ ├── logos/
│ └── offers/
│
├── includes/
│ ├── config.php
│ ├── session.php
│ ├── auth.php
│ └── functions.php
│
├── database/
│ └── careerconnect.sql
│
├── index.php
├── login.php
├── logout.php
├── student-register.php
├── company-register.php
└── admin-login.php
Main Tables
git clone https://github.com/your-username/careerconnect.git
Copy the project folder to:
C:\xampp\htdocs\
careerconnect
database/careerconnect.sql
Edit:
includes/config.php
Update your database credentials if required.
Open your browser:
http://localhost/Smart Internship & Placement Portal/
Add screenshots for:
Aldan L. M. Gehon
B.Tech – Artificial Intelligence & Data Science
If you found this project helpful, please consider giving it a ⭐ Star on GitHub. It helps others discover the project and motivates future improvements.
This project is created for educational and portfolio purposes. Feel free to explore, learn from, and adapt it for your own practice while giving appropriate credit.