An eLearning platform is an online learning platform helps consolidate interactive online services, information delivery, support tools, and enhances education delivery and management. A popular type of eLearning platform is a Learning Management System (LMS).
Client: React, Redux, TailwindCSS, NextJs 14
Server: Because it is a small project that is not too large, we built the backend right on nextjs
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
Clone the project
git clone https://github.com/ndt2804/elearning-platformGo to the project directory
cd elearning-platformInstall dependencies
npm install
# or
yarn install
# or
bun installStart the server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devTo run this project, you will need to add the following environment variables to your .env file
MONGODB_URL
ANOTHER_API_KEY
If you have any feedback, please reach out to us at nduytan.dev@gmail.com
