Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamtrongsang11/lms-react
Learning Management System (LMS)
https://github.com/phamtrongsang11/lms-react
react reactquery typescript websocket zustand
Last synced: about 1 month ago
JSON representation
Learning Management System (LMS)
- Host: GitHub
- URL: https://github.com/phamtrongsang11/lms-react
- Owner: phamtrongsang11
- Created: 2024-02-03T02:03:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:15:57.000Z (11 months ago)
- Last Synced: 2024-04-24T09:29:52.039Z (9 months ago)
- Topics: react, reactquery, typescript, websocket, zustand
- Language: TypeScript
- Homepage: https://lms-reactx.netlify.app
- Size: 145 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)
LMS is an online learning management system. The frontend is created with HTML, Tailwind, JavaScript, and React, while the backend uses Java, Spring Framework, and PostgreSQL. It includes prominent features such as
- Course and chapter management
- Tracking progress learning
- File and video upload
- Course payment using PayPal
- Revenue statistics## Demo (You can access demo by bellow link)
- https://lms-reactx.netlify.app## Geting start
To run the app, simply do:
- clone backend source in https://github.com/phamtrongsang11/LMS-Spring and run
- clone this repo to your local machine
- npm install && npm run dev