Skip to content

abhaypithadiya/travel-app

Repository files navigation

Travel App Home Page

This project is a Travel app home page built using Next.js and Tailwind CSS.

Features

  • Built with Next.js for server-side rendering and client-side navigation.
  • Styled using Tailwind CSS for rapid UI development.

How to Clone and Set Up

To clone and set up this project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/abhaypithadiya/travel-app.git
  2. Navigate to the Project Directory:

    cd travel-app
  3. Install Dependencies:

    npm install

    or

    yarn install
  4. Run the Development Server:

    npm run dev

    or

    yarn dev
  5. Open Your Browser:

    Visit http://localhost:3000 to view the Travel app home page.

Technologies Used

  • Next.js: React framework for server-side rendering and client-side navigation.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.