EduLearn is an online platform designed for students to purchase courses, learn from expert teachers, and receive guidance on various topics. It is a popular and trusted platform offering a wide range of courses that cater to different learning needs. After completing a course, students can take a test and earn a certificate of completion, which helps them in their career progression. With a user-friendly interface, EduLearn provides an excellent learning experience, both for users in India and internationally.
- Framework: CodeIgniter 3.1.13
- Backend: PHP
- Frontend: HTML5, CSS3, JavaScript, Bootstrap for responsive design
- Database: MySQL
- Version Control: Git
- Expert Teachers: Learn from highly qualified and experienced educators in various fields.
- Diverse Course Offerings: A wide range of courses available, from technical subjects to soft skills.
- Course Purchase: Students can easily browse, purchase, and start learning their selected courses.
- Certificates of Completion: Upon successful completion of courses, students will be awarded certificates to boost their career prospects.
- Test & Evaluation: After each course, students can take tests to evaluate their learning.
- User-Friendly Interface: Easy-to-use design ensures a smooth experience for all users.
- Responsive Design: The platform is fully responsive, providing a great experience on both desktop and mobile devices.
- Localized Domains: Accessible from both India and the US with different URLs:
- India: www.edulearn.in
- US and International: www.edulearn.com
The EduLearn platform is built with a modern, scalable, and maintainable codebase. It follows the MVC (Model-View-Controller) architectural pattern to ensure clean separation of concerns.
- Controllers: Handles the requests, processes the data, and returns the appropriate view.
- Views: Manages the UI/UX and renders the content dynamically based on the user’s actions.
- Models: Interacts with the database and fetches the required data for the application.