A platform where users can create and enroll in free courses, where courses are compiled from freely available contents on the internet.
- Create Courses: Users can easily create their own courses and share knowledge with the community.
- Enroll in Courses: Browse through a variety of free courses and enroll to enhance your skills.
- Community-driven: Benefit from a platform where the community contributes to the growth of knowledge.
To get started with Open Course, visit https://open-course.vercel.app/ and sign up for a free account.
https://github.com/zarif007/Open-Course-Notification
Welcome to Open Course! We appreciate your interest in contributing. Whether you want to report a bug, suggest a feature, or contribute code, your help is greatly appreciated.
If you come across a bug or have a feature request, please open an issue. Make sure to check if a similar issue or feature request has already been submitted.
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/Open-Course.git
-
Install dependencies
npm i
-
Start the development server
npm run dev
-
Create a new branch for your contribution
git checkout -b feature/your-feature
-
Make your changes and commit them
git add . git commit -m "Add your feature or fix"
-
Push your changes to your forked repository
git push origin feature/your-feature
This project is licensed under the MIT License.