Doubt Pulse is a powerful web application designed to help users solve doubts related to mathematics, physics, and various theoretical questions. Whether you're a student looking for assistance with your homework, a teacher aiming to provide additional resources, or a curious mind seeking answers, Doubt Pulse is here to streamline the process of doubt resolution.
We would like to inform you that the DoubtPulse application is currently optimized for laptops and desktop computers. While the application is fully functional on these devices, it may not provide an optimal user experience on mobile phones and tablets due to a lack of responsive design.
To ensure the best experience and functionality, we recommend accessing DoubtPulse on a laptop or desktop computer. Our team is actively working on enhancing the application's responsiveness for a wider range of devices, and we appreciate your understanding and patience.
git clone https://github.com/internettrashh/doubtpulse.git
cd doubtpulse
1.cd frontend
2.npm install
3.npm start
1.cd Backend
- Create and activate a virtual environment (assuming you're using virtualenv):
2.python -m venv venv
source venv/bin/activate # On Windows, use "venv\Scripts\activate"
3.pip install -r requirements.txt
4.mkdir images (Create an image folder in backend if it doesnt exist)
5.python app.py
-
Intuitive User Interface Doubt Pulse boasts a user-friendly interface, making it easy for users to navigate through different sections and submit their doubts effortlessly.
-
Doubt Submission Users can submit their doubts in mathematics, physics, or any theoretical subject using a simple and straightforward submission form. Include relevant details to receive accurate and helpful responses.
-
Categorized Doubts Browse through categorized doubts to find answers to similar queries. This feature helps users explore related topics and enhances their understanding of the subject matter.
Doubt Pulse is licensed under the MIT License.