Quick Stay is a modern, full-featured hotel booking platform built with the MERN (MongoDB, Express.js, React.js, Node.js) stack. It enables users to discover, browse, and book hotel rooms seamlessly, while providing administrators with tools to manage listings, availability, and reservations.
- Browse hotel rooms with detailed descriptions and images
- Search and filter by room type, price range, amenities, and location
- Real-time room availability and booking system
- User authentication and account management
- Admin dashboard to manage hotels, rooms, users, and bookings
- Responsive design optimized for all screen sizes
| Layer | Technology |
|---|---|
| Frontend | React.js, Tailwind CSS |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Authentication | Clerk / JWT |
| Routing | React Router |
| HTTP Client | Axios |
quick-stay/ ├── client/ # React frontend ├── server/ # Express backend └── README.md