Welcome to Learn, an online learning platform designed to offer an interactive educational experience for users.
This project, developed as part of a college 2nd-year program, aims to provide a comprehensive learning environment. Users can access lectures, quizzes, sample papers, and resources across various subjects.
- SCREENSHOTS: Contains screenshots showcasing different aspects of the platform.
- images: Stores images utilized within the platform.
- samplePapers: Includes sample papers or assignments for various subjects.
- subjects: Houses lectures, resources, or information categorized by different subjects.
- index.html: Main HTML file for the platform's landing page.
- login.html: Login page HTML file.
- login.js: JavaScript file handling functionality related to the login page.
- loginStyle.css: CSS file for styling the login page.
- script.js: General JavaScript functionalities for the platform.
- style.css: Global CSS styles for the entire platform.
-
Clone the repository:
git clone https://github.com/adityamishra-22/Learn.git
-
Explore the following files and directories:
index.html
: Entry point to the platform.subjects/
: Access lectures and resources categorized by subjects.samplePapers/
: Find sample papers or assignments.
-
Launch the platform by opening
index.html
in a web browser.
- Lecture Repository: Explore lectures on various topics under the
subjects/
directory. - Interactive Quizzes: Access quizzes for self-assessment.
- Sample Papers: Review sample papers to aid learning.
- User Authentication: Use the login functionality to access personalized content.
We welcome contributions! To contribute to this project:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
. - Make changes and commit:
git commit -m 'Add YourFeature'
. - Push to the branch:
git push origin feature/YourFeature
. - Create a pull request.
For any queries or feedback, feel free to contact us.
- Email: adi22mishra@gmail.com
- GitHub: adityamishra-22