A Full-Stack Web Application that connects Students, Tutors, and Admins for effective study session management, material sharing, and collaborative learning.
- ✅ Built separate dashboards for Admin, Teacher, and Student, each with permission-based functionality. Admin can approve/reject classes, teachers can manage their content, and students can view enrolled classes.
- ✅ Class Management System:Teachers can add/update classes, students can enroll and view class progress, and admins can approve or reject classes.
- ✅ Integrated Stripe for secure class payments. Upon successful payment, the student's email is dynamically added to the class's enrolled list in the database, ensuring accurate enrollment tracking and access to owned classes from the dashboard.
https://simple-firebase-authenti-d1f36.firebaseapp.com/
- ✅ View and book available study sessions
- ✅ Access and download shared study materials
- ✅ Apply to become a tutor
- ✅ Create, manage, and delete personal notes
Admin email: josimuddin0504@gmail.com
Admin password: AddminCanNotBeDenger45
- ✅ Post new study sessions
- ✅ Upload and manage educational materials
- ✅ Approve or reject tutor applications
- ✅ Manage all users (students, tutors, admins)
- ✅ Search users by email
- ✅ Assign or remove admin roles
- ✅ View all booked sessions and uploaded study materials
- React.js
- React Router DOM
- Tailwind CSS + DaisyUI
- Axios + TanStack Query
- React Hook Form
- SweetAlert2
- Node.js + Express.js
- MongoDB (with Mongoose)
- jsonwebtoken (JWT) for custom token-based verification
- Firebase Authentication
- Other Utilities:
cors,dotenv,helmet, etc.
- Firebase Authentication (Email/Password based)
- Custom JWT tokens for secured API access
- Role-based access control:
- Student: Limited access
- Tutor: Session and material management
- Admin: Full platform control
git clone https://github.com/your-username/collaborative-study-platform.git
cd collaborative-study-platformcd client
npm install
npm run devcd server
npm install
npm run startCreate a .env file in both client and server folders:
PORT=5000
DB_URI=your_mongo_db_connection_string
JWT_SECRET=your_jwt_secret
VITE_API_URL=https://studyspherestudyplatform.vercel.app
VITE_FIREBASE_API_KEY=your_firebase_api_key
- ✅ Chat between students and tutors
- ✅ Advanced search and filter
- ✅ Session reminders via email
Md Josim Uddin
Front-End Developer
LinkedIn | Portfolio
This project is licensed under the MIT License.