DoubtOut is a web application designed to facilitate doubt-solving in educational environments, inspired by a hybrid model of Google Classroom and StackOverflow. It provides a platform for students and faculty to ask, answer, and upvote questions related to coursework, fostering collaborative learning and knowledge sharing.
- User authentication and authorization
- Classroom creation and management
- Question posting, answering, and voting
- Flexible filtering and sorting options
- User profile management
- Administrative tools for content moderation
- Responsive design for accessibility across devices
- MongoDB
- Express.js
- React.js
- Node.js
- HTML/CSS
git clone https://github.com/your-username/DoubtOut.git
cd DoubtOut
npm install
cd backend
cd frontend
npm run start
Open your web browser and go to http://localhost:3000 to access DoubtOut
Contributions are welcome! Please fork the repository and submit a pull request.