whatTheBUG is an open-source project aimed at helping students share code snippets and provide each other with insights and comments to assist in completing coding assignments. It is a platform designed to foster collaboration and learning among students.
- Code Snippet Sharing: Users can easily share their code snippets with others.
- Commenting System: Users can provide insights, suggestions, and comments on code snippets shared by others.
- Assignment Collaboration: Users can collaborate with their friends on coding assignments by sharing code snippets and discussing them.
- User Profiles: Users can create profiles, customize their preferences, and manage their shared code snippets.
- Clone the repository:
git clone https://github.com/didinewlander/whatTheBUG.git
- Install dependencies:
npm install
- Start the server:
npm start
Contributions from the open-source community are highly appreciated! If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License.
For any questions or suggestions, please feel free to reach out to us at [email protected].