https://github.com/abdur-rahim-mygit/---iclms---learning-management-system
Welcome to the Learning Management System (LMS) created specifically for Islamiah College! This project is a comprehensive web-based platform designed to streamline and enhance the learning experience by facilitating course management, student-teacher interactions, and resource sharing.
https://github.com/abdur-rahim-mygit/---iclms---learning-management-system
css database-design html javascript learning-management-system lms mysql php8 phpmyadmin ui-ux-design xampp
Last synced: 4 months ago
JSON representation
Welcome to the Learning Management System (LMS) created specifically for Islamiah College! This project is a comprehensive web-based platform designed to streamline and enhance the learning experience by facilitating course management, student-teacher interactions, and resource sharing.
- Host: GitHub
- URL: https://github.com/abdur-rahim-mygit/---iclms---learning-management-system
- Owner: Abdur-Rahim-MyGit
- Created: 2024-10-02T09:14:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T17:41:30.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:16:33.871Z (over 1 year ago)
- Topics: css, database-design, html, javascript, learning-management-system, lms, mysql, php8, phpmyadmin, ui-ux-design, xampp
- Language: PHP
- Homepage:
- Size: 19.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Learning Management System (LMS) - ICLMS---College-Learning-Management-2k23
Welcome to the **Learning Management System (LMS)** created specifically for **Islamiah College**! This project is a comprehensive web-based platform designed to streamline and enhance the learning experience by facilitating course management, student-teacher interactions, and resource sharing.
## π Features
- **User Authentication**: Secure login and registration for students and teachers.
- **Course Management**: Create, update, and manage courses and course materials.
- **Assignment Submission**: Students can upload assignments, and teachers can review and grade them.
- **Attendance Tracking**: Simplified attendance marking and tracking for teachers.
- **Interactive Dashboard**: Personalized dashboards for students and teachers to view their activities and progress.
- **Admin Panel**: Centralized control for managing users, courses, and content.
## π§ Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: PHP
- **Database**: MySQL
- **Styling**: Bootstrap / Custom CSS for responsive design
## π How to Run
### Prerequisites
- XAMPP/WAMP server or any server environment supporting PHP and MySQL.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/AbdurRahim/lms-islamiah-college.git
```
2. Start your server (XAMPP/WAMP) and create a database named `lms`.
3. Import the SQL file located in the `/database/` folder into your database.
4. Move the project folder to your serverβs `htdocs` directory.
5. Open your browser and navigate to:
```plaintext
http://localhost/lms-islamiah-college/
```
### Default Credentials
- **Admin**:
- Username: `admin`
- Password: `admin123`
- **Student/Teacher**: Create accounts through the registration page or the admin panel.
## π Repository Structure
```plaintext
/
|-- css/ # Styling files
|-- js/ # JavaScript files
|-- includes/ # PHP include files (header, footer, etc.)
|-- database/ # Database SQL files
|-- index.php # Homepage
|-- README.md # This file
```
## π‘ Future Enhancements
- **Notification System**: Add email and in-app notifications.
- **Performance Analytics**: Visualize student performance using charts.
- **Live Classes**: Integrate a live class feature using third-party APIs like Zoom.
- **Mobile-Friendly Design**: Further optimize for mobile devices.
## π€ Contributions
This project is a work in progress, and contributions are welcome! Fork the repository, make your changes, and submit a pull request to improve this LMS.
---
Let me know if youβd like further details or adjustments! π