{"id":24802902,"url":"https://github.com/abdur-rahim-mygit/---iclms---learning-management-system","last_synced_at":"2026-02-04T06:40:04.903Z","repository":{"id":268248707,"uuid":"866443010","full_name":"Abdur-Rahim-MyGit/---ICLMS---Learning-Management-System","owner":"Abdur-Rahim-MyGit","description":"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.","archived":false,"fork":false,"pushed_at":"2024-12-15T17:41:30.000Z","size":20355,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T05:16:33.871Z","etag":null,"topics":["css","database-design","html","javascript","learning-management-system","lms","mysql","php8","phpmyadmin","ui-ux-design","xampp"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abdur-Rahim-MyGit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-02T09:14:42.000Z","updated_at":"2024-12-26T08:04:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b7ed60d-c26d-4975-8a0f-108973d6b31c","html_url":"https://github.com/Abdur-Rahim-MyGit/---ICLMS---Learning-Management-System","commit_stats":null,"previous_names":["abdur-rahim-mygit/iclms---college-learning-management-2k23","abdur-rahim-mygit/---iclms---learning-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdur-Rahim-MyGit%2F---ICLMS---Learning-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdur-Rahim-MyGit%2F---ICLMS---Learning-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdur-Rahim-MyGit%2F---ICLMS---Learning-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdur-Rahim-MyGit%2F---ICLMS---Learning-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdur-Rahim-MyGit","download_url":"https://codeload.github.com/Abdur-Rahim-MyGit/---ICLMS---Learning-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236298438,"owners_count":19126506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","database-design","html","javascript","learning-management-system","lms","mysql","php8","phpmyadmin","ui-ux-design","xampp"],"created_at":"2025-01-30T05:16:36.420Z","updated_at":"2025-10-13T04:30:57.294Z","avatar_url":"https://github.com/Abdur-Rahim-MyGit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 Learning Management System (LMS) - ICLMS---College-Learning-Management-2k23\n\nWelcome 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.  \n\n## 📌 Features  \n- **User Authentication**: Secure login and registration for students and teachers.  \n- **Course Management**: Create, update, and manage courses and course materials.  \n- **Assignment Submission**: Students can upload assignments, and teachers can review and grade them.  \n- **Attendance Tracking**: Simplified attendance marking and tracking for teachers.  \n- **Interactive Dashboard**: Personalized dashboards for students and teachers to view their activities and progress.  \n- **Admin Panel**: Centralized control for managing users, courses, and content.  \n\n## 🔧 Technologies Used  \n- **Frontend**: HTML, CSS, JavaScript  \n- **Backend**: PHP  \n- **Database**: MySQL  \n- **Styling**: Bootstrap / Custom CSS for responsive design  \n\n## 🚀 How to Run  \n\n### Prerequisites  \n- XAMPP/WAMP server or any server environment supporting PHP and MySQL.  \n\n### Installation  \n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/AbdurRahim/lms-islamiah-college.git  \n   ```  \n2. Start your server (XAMPP/WAMP) and create a database named `lms`.  \n3. Import the SQL file located in the `/database/` folder into your database.  \n4. Move the project folder to your server’s `htdocs` directory.  \n5. Open your browser and navigate to:  \n   ```plaintext  \n   http://localhost/lms-islamiah-college/  \n   ```  \n\n### Default Credentials  \n- **Admin**:  \n  - Username: `admin`  \n  - Password: `admin123`  \n- **Student/Teacher**: Create accounts through the registration page or the admin panel.  \n\n## 📂 Repository Structure  \n```plaintext  \n/  \n|-- css/                   # Styling files  \n|-- js/                    # JavaScript files  \n|-- includes/              # PHP include files (header, footer, etc.)  \n|-- database/              # Database SQL files  \n|-- index.php              # Homepage  \n|-- README.md              # This file  \n```  \n\n## 💡 Future Enhancements  \n- **Notification System**: Add email and in-app notifications.  \n- **Performance Analytics**: Visualize student performance using charts.  \n- **Live Classes**: Integrate a live class feature using third-party APIs like Zoom.  \n- **Mobile-Friendly Design**: Further optimize for mobile devices.  \n\n## 🤝 Contributions  \nThis 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.  \n\n---  \n\nLet me know if you’d like further details or adjustments! 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdur-rahim-mygit%2F---iclms---learning-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdur-rahim-mygit%2F---iclms---learning-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdur-rahim-mygit%2F---iclms---learning-management-system/lists"}