e-Learning Web is a platform for improving competency complete with a full Learning Management System (LMS) that can be accessed on Android, iOS, and Web-based devices. This web version also supports streaming SCORM-based learning content and provides seamless integration with Moodle for centralized content management and tracking. This platform is the web version that I developed as part of a project for PT Digital Animasi Asia.
You can access the live demo here: 👉 https://animated-axolotl-c09c9b.netlify.app
- React js
- Redux
- VITE
- gulp
Read our Getting Started Guide. If any step seems unclear, please create a detailed issue.
/e_learning
│-- docs/
│-- public/
| |-- assets/
| | |-- login/
| | | |-- background/
│-- src/
│ │-- api/
│ │-- assets/
│ │-- components/
│ │-- config/
│ │-- localize/
│ │-- pages/
| | |-- auth/
| | |-- filter/
| | |-- main/
| | | |-- contents/
| | | |-- hooks/
| | | |-- index.jsx
| | |-- App.jsx/
│ │-- redux/
│ │ |-- features/
│ │ |-- store.js
│ │-- i18n.js
│ │-- index.scss
│ │-- main.jsx
│ │-- utils.js
│-- .gitignore
│-- .env
│-- index.html
│-- package.json
│-- vite.config.js
│-- README.md
If your project requires environment variables, list them here and explain how to configure them:
REACT_APP_API_KEY=your-api-key
REACT_APP_AUTH_DOMAIN=your-auth-domain
VITE_PROJECT_TITLE=tab-title-project
REACT_PUBLIC_ENVIRONMENT=public-environment
VITE_SPECIAL_DATE=login-background-special-date
Read our Whitelabeling Guide. If any step seems unclear, please create a detailed issue.
There are list of libraries that used on this app.
Provide contact details, such as your email or links to your LinkedIn/GitHub profile.