This project is a Online Bank home page built using Next.js and Tailwind CSS.
- Built with Next.js for server-side rendering and client-side navigation.
- Styled using Tailwind CSS for rapid UI development.
To clone and set up this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/abhaypithadiya/hoobank.git
-
Navigate to the Project Directory:
cd hoobank
-
Install Dependencies:
npm install
or
yarn install
-
Run the Development Server:
npm run dev
or
yarn dev
-
Open Your Browser:
Visit http://localhost:3000 to view the Travel app home page.
- Next.js: React framework for server-side rendering and client-side navigation.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.