A modern travel booking website built with Next.js, TypeScript, and Tailwind CSS.
Travel.com is a comprehensive platform for booking travel accommodations and activities. This project leverages the powerful features of Next.js for server-side rendering and static site generation, TypeScript for type safety, and Tailwind CSS for a utility-first CSS framework.
- Dynamic pages for travel destinations
- Responsive design with Tailwind CSS
- TypeScript for improved developer experience
- Server-side rendering with Next.js
Clone the repository and install the dependencies: And here you can use the published link of the same project in vercel: https://travelcom2.vercel.app/
git clone https://github.com/yourusername/travel.com.git
cd travel.com
npm install
## Usage
```bash
npm run dev