- Introduction
- Tech Stack
- Features
- Web Screens
- Installation Guide
- Contributing Guide
- Outreach
- Project Admin
- Code of Conduct
- Learn More
- Deploy on Vercel
- License
- Support
- Contributors
- Design Links
OpenLMS is an open-source learning management system (LMS) built using Next.js, a popular React framework. It provides institutions with a comprehensive platform to manage online learning activities effectively. With features like course creation, video conferencing, discussion forums, and file sharing, OpenLMS aims to be a user-friendly and scalable solution for educational institutions.
- Next.js – React framework for server-side rendering and static site generation.
- Redux – State management.
- Formik – Form handling and validation.
- Shadcn/UI – UI components for consistent design.
- TypeScript – Static typing for better development experience.
- React-query – Server state management and data fetching.
- TailwindCSS – Utility-first CSS framework for styling.
- User-friendly interface for creating and managing courses, assignments, and assessments.
- Integrated video conferencing for live classes and meetings.
- Discussion forums for students and instructors to collaborate and share ideas.
- File sharing for submitting assignments and sharing resources.
- Customizable to suit the needs of different institutions.
- Scalable to support institutions of all sizes.
- Login Screen:
- Signup Screen:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/OpenLMS.git cd ai-content-generator
-
Install the required dependencies:
npm install
-
Setup environment variables Create a .env.local file in the root directory and add the following values:
SOCKET_IO_SERVER_URL=http://localhost:3001
-
Run the application For development:
npm run dev
For production:
npm run build
npm start
We welcome contributions to the OpenLMS project! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature-name
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-name
) - Create a new Pull Request
Please refer to the CONTRIBUTING.md for more detailed information.
HelpOps-Hub is proudly part of global initiatives engaging with passionate developers and open-source enthusiasts worldwide:
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
To deepen your understanding of Next.js, check out these valuable resources:
- Next.js Documentation - Explore Next.js features and API.
- Learn Next.js - Engage with an interactive tutorial to enhance your skills.
- Next.js GitHub Repository - Your feedback and contributions are always welcome!
The simplest way to deploy your Next.js app is through the Vercel Platform, created by the team behind Next.js. For more deployment options, refer to our Next.js deployment documentation.
Gityzer is licensed under the terms of the MIT License. check out LICENSE for details.
-
💰 Become our Sponsor!
-
⭐ Star our Repo