Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pushpendra-1697/learning-directory
LMS is a full-featured, multipurpose, premium Learning Management System built with react js, HTML5, and CSS. It has a huge collection of reusable UI components and is integrated with the latest CSS libraries. It can be used for all types of Web applications like custom admin panel, app backend, CMS or CRM.
https://github.com/pushpendra-1697/learning-directory
admin-dashboard antd-design authentication authorization expressjs form-validation hashing-algorithm html-css-javascript json-web-token learning-management-system mern-stack mongodb mongoose nodejs react recharts redux redux-thunk responsive-design reusable-components
Last synced: 8 days ago
JSON representation
LMS is a full-featured, multipurpose, premium Learning Management System built with react js, HTML5, and CSS. It has a huge collection of reusable UI components and is integrated with the latest CSS libraries. It can be used for all types of Web applications like custom admin panel, app backend, CMS or CRM.
- Host: GitHub
- URL: https://github.com/pushpendra-1697/learning-directory
- Owner: Pushpendra-1697
- Created: 2024-03-09T04:25:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:38:52.000Z (8 months ago)
- Last Synced: 2024-03-11T19:33:21.295Z (8 months ago)
- Topics: admin-dashboard, antd-design, authentication, authorization, expressjs, form-validation, hashing-algorithm, html-css-javascript, json-web-token, learning-management-system, mern-stack, mongodb, mongoose, nodejs, react, recharts, redux, redux-thunk, responsive-design, reusable-components
- Language: JavaScript
- Homepage: https://lms-dir.vercel.app/
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Management system
LMS is a full-featured, multipurpose, premium Learning Management System built with React JS, HTML5, and CSS. It has a huge collection of reusable UI components and is integrated with the latest CSS libraries. It can be used for all types of Web applications like custom admin panel, app backend, CMS, or CRM.
# Installation
## Client
```bash
git clone https://github.com/Pushpendra-1697/Learning-Directory
```
```bash
cd Client
```
```bash
npm i
```
```bash
npm run dev
```## Server
```bash
git clone https://github.com/Pushpendra-1697/Learning-Directory
```
```bash
cd Server
```
```bash
npm i
```
```bash
npm run server
```## Note
- Add .env file in the Server directory
- File should contain
```bash
dbURL = your mongoDB URL
port = 8000
secret_key = your secret key
Salt_rounds = 5
ADMIN_GMAIL = your email
ADMIN_PASSWORD = your password
```## Tech Stack / Libraries
- **React**
- **Redux**
- **Ant Designs**
- **Recharts**
- **NodeJs**
- **ExpressJs**
- **MongoDB**
- **Mongoose**
- **Nodemailer**
- **bcrypt**## Deployment
- **Client** - Vercel
- **Server** - Render## 🔗 Links
- Live - https://lms-dir.vercel.app/
- Server - https://lms-server-xzsw.onrender.com## 🔗 Credentials for Admin
- Email - [email protected]
- Password - Push1697@
## 🔗 Credentials for Tutor and Student- Email - [email protected]
- Password - test## Features Completed
- Admin can regulate user access to particular data
- Account credentials are sent over mail once the user account is created
- Tutors can provide homework, assignments, and quizzes to students
- Students can monitor their performance and assess their progress using an LMS.
- Students can raise doubts
- Tutors can add responses to doubts
- Tutors can only administer (delete/edit) their courses (Quizzes, Contents)
- Admin can access to manage (delete/edit) all courses (Quizzes, Contents)
- Students can't administer (delete/edit/create) courses (Quizzes, Contents)
- Leaderboard showing top students with the maximum gaming points
- LMS can interact with email
- All Filter is working to make user-friendly UI
- Form validation## Features yet to be made
- Private chats between tutors and students
- Setting reminders and notifications
- Payment systems
- Real-time quiz system## Screenshots
1. Login![Screenshot (544)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/36b05e17-b64a-4429-9671-41334955acaf)
2. Register page
![Screenshot (547)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/9c4fd2f3-82c4-43e3-9d48-ff7d80a5855f)
3. Dashboard
![Screenshot (551)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/ea9d557d-a080-447e-98e0-40b75c0716ce)
4. Quiz page
![Screenshot (557)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/fed32e97-9be9-4ef3-80a6-7e3007fffa58)
5. Leaderboard
![Screenshot (558)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/2f837176-e45a-42de-b69f-b34daf8618ba)
6. Doubt page
![Screenshot (550)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/fe8473f0-18d5-42d9-a873-98cd6849ce9c)
### NOTE: All Blogs are fully responsive for all breakpoints
![Screenshot (545)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/a5167bdf-2d77-4c11-9288-9c2fdc7fae1c)
![Screenshot (546)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/11d4d117-70de-438f-a365-3d80b1a6e230)### Filter viewport
![Screenshot (554)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/0c78a953-1f5e-4c7d-96e9-92f456c989e6)
![Screenshot (555)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/8ffadf8b-1495-4d3a-9cee-700d87f5e7fd)
![Screenshot (556)](https://github.com/Pushpendra-1697/Learning-Directory/assets/104748364/5a69c5b5-7d6a-4e2e-90be-83eae5635b98)## Contributor
- [@Pushpendra Singh](https://github.com/Pushpendra-1697)