Welcome to Language Exchange, an online tutor booking platform where users can easily find and book tutors based on language categories. Inspired by platforms like Preply and Italki, this web app is designed for accessible and friendly learning.
This project is part of Assignment-11-assignment_category_14. It evaluates your skills in full-stack development, focusing on routing, authentication, CRUD operations, deployment, responsiveness, and user experience.
- Find tutors by language categories
- View detailed tutor profiles
- Book tutors securely
- Submit reviews
- Add new tutorials (Private route)
- View and update personal tutorials
- Delete unwanted tutorials
- JWT-based secured login with Firebase
- Google sign-in integration
- Profile image with name dropdown
- Fully responsive UI for all devices
- Dark/Light mode toggle
- Banner/Carousel section
- Stats section (Tutor count, Review count, Languages, Users)
- Language Category Cards (9+)
- 2 additional engaging sections
- Search tutors based on language on the "Find Tutors" page
- Firebase Authentication (Email/Password + Google Sign-in)
- JWT Token implementation (token generated on login and sent with secure requests)
- Protected routes with proper redirection
- Firebase Admin SDK used in backend for token verification
/- Home Page/find-tutors- All Tutors/find-tutors/:category- Category-based tutors/tutor/:details- Tutor Details (Private)/add-tutorials- Add Tutorial (Private)/my-tutorials- My Added Tutorials (Private)/my-booked-tutors- Booked Tutors (Private)/login- Login Page/register- Registration Page*- 404 Error Page
- Name
- Password
- Photo URL
- User Name
- Image
- Language
- Price
- Description
- Review (0 default)
- Editable: image, language, price, description
- Non-editable: name, email, review
Frontend:
- React
- React Router DOM
- Axios
- Firebase
- Tailwind CSS
- DaisyUI / (Any other UI library used)
- Framer Motion (if implemented)
Backend:
- Express.js
- MongoDB
- Firebase Admin
- CORS
- JSON Web Token (JWT)
- Dotenv
✅ Mobile | ✅ Tablet | ✅ Desktop
All screens are optimized with proper spacing, alignment, and color contrast. fully done here
- ✅ Firebase keys stored in
.envfile - ✅ MongoDB credentials secured
- ✅ No CORS / 404 / 504 errors
- ✅ All routes reload without crashing
- ✅ Domain added in Firebase Auth
- ✅ JWT protects private routes without redirect issues
- ✅ Dark/Light Mode Toggle
- ✅ Spinner on data loading
Thank You! 😊 This project showcases your ability to create industry-level full-stack applications. Best of luck in your evaluation!