A modern and responsive hotel booking platform built with Next.js, Tailwind CSS, and Express.js, featuring filtering, price-based search, and a detailed hotel page.
✅ Hotel Listings - Browse available hotels with images and descriptions.
✅ Filters - Filter hotels by price and facilities.
✅ Responsive Design - Works on all screen sizes.
✅ Dynamic Routing - Each hotel has a detailed page.
✅ Fast API Calls - Uses server-side fetching (SSR) for hotel data.
git clone https://github.com/kavitab7/Roomify_nextjs_web.gitnpm installCreate a .env.local file and add:
BASE_URL=http://localhost:3000
MONGO_URI=your-mongodb-connection-string
npm run dev➡ The project will be live at http://localhost:3000




