LearnWell is Collaborative Learning web-based application designed to facilitate collaborative learning experiences among learners. Currently, the platform focuses on providing a wide range of courses in the form of blogs covering any topic or subject, allowing students to enroll and engage in interactive learning experiences.Collaborative Learning Platform aims to empower students in their learning journey and foster a collaborative learning community.
- Create Blogs: Users can create and publish their own blogs on various topics.
- Share Blogs: Share your blogs with the community and engage in discussions.
- Discover Blogs: Explore a diverse range of blogs created by other users.
- Whiteboard: Explore this feature to plan things with creativity.
To run the Collaborative Learning Platform locally, follow these steps:
- Clone the repository:
git clone https://github.com/ikunal-04/collabrative-learning.git
- Navigate to the project directory:
cd collabrative-learning
- Navigate to both the public and server repositories and run the following command:
- Install dependencies:
npm install
- Start the development server:
npm start
- Register an account or log in if you already have one.
- Explore available blogs already created by other users.
- And start creating your own too.
We welcome contributions from the community! If you'd like to contribute to the LearnWell, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository:
git clone https://github.com/your-username/collabrative-learning.git
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Make changes and commit them:
git commit -m "Description of your changes"
- Push your changes to your fork:
git push origin feature-name
- Submit a pull request to the main repository.
This project is licensed under the MIT License.