Introducing Doubt Hub, it is a Java-based open-source application that allows users to ask questions without hesitation. It provides a platform for both teachers and students with prior experience to answer these questions and engage in discussions. The application also includes a chatbot feature to provide quick responses to user queries.
With Doubt Hub, students can submit their doubts anonymously, eliminating the fear of judgment or embarrassment. The app ensures complete confidentiality by concealing the identities of both the student asking the doubt and the teachers or special faculty members providing the responses. This anonymity encourages students to freely express their uncertainties, fostering a supportive and inclusive learning environment.
- Ask questions anonymously and without hesitation.
- Get answers and engage in discussions with teachers and experienced students.
- Chatbot feature for quick and automated responses to common queries.
- Open-source project where anyone can contribute and help improve the application.
A live demo of the Doubt Hub application is not available at the moment. However, you can clone the repository and run the application locally to see it in action.
To set up the Doubt Hub application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/doubt-hub.git
-
Open the project in your Andriod Studio.
-
Build the project to resolve dependencies.
We welcome contributions from the community to help make Doubt Hub even better. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make the necessary changes and commit them:
git commit -m "Add your commit message here"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a pull request on the main repository, providing a clear description of your changes.
Please ensure that your code follows the project's coding conventions and includes appropriate documentation.
Doubt Hub is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or suggestions regarding Doubt Hub, please feel free to contact us at abhishektyagi2912@gmail.com.
Happy questioning and answering!