Skip to content

A comprehensive online learning management system app designed to streamline educational content delivery, track learner progress, and facilitate interactive online learning experiences.

License

Notifications You must be signed in to change notification settings

sairohitp/webclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webclass

Overview

The webclass app is a comprehensive learning management system designed to streamline educational content delivery, track learner progress, and facilitate interactive online learning experiences. This app provides a robust platform for educators and students to connect and engage in a seamless digital learning environment.

Highlight: This was done in an effort to submit the task, which eventually lead us to win the "Concepto 3.0" ideathon, conducted by the IEEE club on campus.

Features

  • Course Management: Create, manage, and organize courses with ease.
  • User Management: Register and manage students and instructors.
  • Content Delivery: Upload and share course materials including videos, documents, and quizzes.
  • Progress Tracking: Monitor student progress and performance through detailed analytics.
  • Interactive Learning: Facilitate discussions and collaborations through forums and chat features.
  • Assessments: Create and grade assignments and quizzes automatically.
  • Notifications: Keep users informed with real-time notifications for course updates and deadlines.
  • Mobile Friendly: Access the platform from any device with a responsive design.

Installation

To set up the LMS App locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/lms-app.git
    cd lms-app
  2. Install dependencies:

    npm install
  3. Set up environment variables: Create a .env file in the root directory and add the necessary environment variables.

    DATABASE_URL=your_database_url
    JWT_SECRET=your_jwt_secret
    PORT=your_port
  4. Run the application:

    npm start
  5. Access the application: Open your browser and go to http://localhost:your_port.

Usage

Instructors:

  1. Log in to your account.
  2. Create new courses and upload content.
  3. Assign quizzes and assignments to students.
  4. Track student progress and provide feedback.

Students:

  1. Register and log in to your account.
  2. Enroll in available courses.
  3. Access and complete course materials and assessments.
  4. Participate in discussions and track your progress.

Contributing

We welcome contributions to the LMS App! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Please make sure your code follows our coding standards and includes tests where applicable.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or need further assistance, feel free to reach out:

Thank you for using the LMS App! We hope it enhances your teaching and learning experience.

About

A comprehensive online learning management system app designed to streamline educational content delivery, track learner progress, and facilitate interactive online learning experiences.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published