Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.6 KB

File metadata and controls

50 lines (38 loc) · 1.6 KB

Hotel Booking Platform

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.


🚀 Features

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.


💻 Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/kavitab7/Roomify_nextjs_web.git

2️⃣ Install Dependencies

npm install

3️⃣ Set Up Environment Variables

Create a .env.local file and add:

BASE_URL=http://localhost:3000
MONGO_URI=your-mongodb-connection-string

4️⃣ Start the Development Server

npm run dev

➡ The project will be live at http://localhost:3000


📸 Screenshots

Screenshot (12) Screenshot (14) Screenshot (16) Screenshot (13) Screenshot (15)