BookBridge is an innovative Book Rental and Exchange platform where users can explore, rent, and exchange a wide variety of books across genres. Whether you're a reader, student, or bookworm, BookBridge offers a seamless and user-friendly interface to dive into the world of literature.
- 🌐 Frontend: https://bookbridge-rentalweb.web.app/
- 🖥️ Backend: https://book-bridge-server-rho.vercel.app/
- 🔐 User Authentication (with Role-based Access)
- 📚 Browse and Categorize Books
- 🛒 Book Renting & Cart Functionality
- 🗂️ Dashboard for Buyers, Sellers & Admin
- 🔍 Book Search Feature
- 🧾 Order Management
- ✨ Modern UI with Responsive Design
- 📢 Notification System
Frontend:
- React.js + TypeScript
- Tailwind CSS
- Firebase Authentication
- React Router
- Axios
- React Icons
- React Hook Form
Backend:
- Express.js + TypeScript
- MongoDB (No Mongoose)
- Cors
- JWT for Auth
- Vercel Deployment
git clone https://github.com/your-username/bookbridge-frontend.git
cd bookbridge-frontend
npm install
npm run dev
