Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1002 Bytes

README.md

File metadata and controls

57 lines (36 loc) · 1002 Bytes

Online Bank Home Page

This project is a Online Bank 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/hoobank.git
  2. Navigate to the Project Directory:

    cd hoobank
  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.