-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
#LMS Web Application | ||
# University LMS Web App | ||
|
||
## Overview | ||
This Learning Management System (LMS) Web App is designed to streamline online education for our university. The application features separate portals for students and faculty, providing a comprehensive platform for managing courses, tracking progress, and enhancing user engagement and course completion. | ||
|
||
## Features | ||
- **Student Portal**: | ||
- Access to course materials | ||
- Submission of assignments | ||
- Viewing grades and feedback | ||
- Participation in discussion forums | ||
|
||
- **Faculty Portal**: | ||
- Course management (create, update, delete courses) | ||
- Assignment creation and grading | ||
- Student performance tracking | ||
- Interaction with students via discussion forums | ||
|
||
## Technologies Used | ||
- **HTML**: For structuring the web pages | ||
- **CSS**: For styling the web pages | ||
- **JavaScript**: For adding interactivity and dynamic content | ||
|
||
## Installation | ||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/Akhilmak/LMS-WebApp.git | ||
Navigate to the project directory: | ||
cd LMS-WebApp | ||
Open index.html in your preferred web browser to view the application. | ||
Usage | ||
Students: Log in to access your courses, submit assignments, and participate in discussions. | ||
Faculty: Log in to manage your courses, grade assignments, and interact with students. | ||
Contributing | ||
We welcome contributions to improve the LMS Web App. Please fork the repository and create a pull request with your changes. | ||
|
||
Contact | ||
For any questions or feedback, please contact [email protected] | ||
|
||
Feel free to customize the content as per your specific requirements and details. |