Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.71 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.71 KB

Easybank

This is a landing page about why you should take your financial life online with Easybank and showing the benefits for choosing digital banking.

Technologies

  • Next.js
  • JavaScript
  • Tailwind CSS
  • HTML

Installation

First thing first is you need node.js installed. USe this Link to be sent to the node.js downloads.

  1. Then you can clone the code locally by copying the HTTPS from the <> Code button.

image

  1. Open a terminal window or open your code editor that you can open up a terminal.
  2. Navigate to the directory where you want to clone the repository.
  3. Then type git clone paste the HTTPS after that.
git clone https://github.com/Naz1804/easybank.git

To install the dependencies, run the following command in your terminal:

npm install

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!