A basic web project developed during my 2nd semester in college, designed to provide an effective learning platform for students. Built using HTML, CSS, JavaScript, and PHP, this project simulates an education system with accessible pages for all users, including specially-abled students.
- User Authentication:
- Login functionality with credentials defined directly in the
login.html
file.
- Login functionality with credentials defined directly in the
- Accessible Pages:
- Home: Overview of the platform.
- Scholarship: Information about available scholarships.
- Subjects: List of subjects for students to explore.
- Progress: Track student learning progress.
- Special Access: Dedicated pages and resources for specially-abled students.
-
Frontend:
- HTML5
- CSS3
- JavaScript
-
Backend:
- PHP (No database connection; credentials are hardcoded in the
login.html
file).
- PHP (No database connection; credentials are hardcoded in the
- Ensure you have a local server like XAMPP or WAMP installed.
- Clone this repository to your local machine:
git clone https://github.com/Jenson073/student-education-system.git
- Place the project files in the server's root directory (e.g., htdocs for XAMPP).
- Use the predefined credentials in login.html to log in and explore the features.