// /c:/xampp/htdocs/CampusConnect/README.md
CampusConnect is a centralized web application designed to simplify the college application process in India. By enabling students to submit multiple applications through a single platform, CampusConnect reduces administrative burdens, tracks deadlines, and improves access to information.
The traditional college application process in India is highly fragmented, requiring students to manage separate applications for each university, track multiple deadlines, and handle extensive paperwork. This leads to stress, inefficiency, and missed opportunities. CampusConnect addresses these challenges by providing a unified system that streamlines the application process.
- Centralized Application Submission: Students can apply to multiple universities from a single platform.
- Deadline Management: Track submission deadlines and receive timely reminders.
- Application Status Tracking: Monitor the progress of applications in real time.
- Document Management: Upload and manage required documents securely.
- User Authentication: Secure login and registration using Google Firebase.
- Communication Channel: Integrated contact feature for student queries.
- HTML: Structuring web pages.
- CSS: Styling and layout.
- JavaScript: Interactive elements and form validation.
- PHP: Server-side scripting and logic.
- MySQL: Database management and storage.
- XAMPP: Local server setup for development.
- Google Firebase: Secure authentication and user management.
- SMTPJS: Client-side email functionality.
- SweetAlert2: Custom alert messages.
- FontAwesome: Scalable vector icons.
- Google Fonts: Enhanced typography.
graph TD;
A[User Registration & Login] --> B[Profile Creation];
B --> C[College & Course Selection];
C --> D[Document Upload];
D --> E[Application Submission & Tracking];
E --> F[Confirmation & Notifications];