This is a landing page about why you should take your financial life online with Easybank and showing the benefits for choosing digital banking.
- Next.js
- JavaScript
- Tailwind CSS
- HTML
First thing first is you need node.js
installed. USe this Link to be sent to the node.js
downloads.
- Then you can clone the code locally by copying the
HTTPS
from the<> Code
button.
- Open a terminal window or open your code editor that you can open up a terminal.
- Navigate to the directory where you want to clone the repository.
- Then type
git clone
paste theHTTPS
after that.
git clone https://github.com/Naz1804/easybank.git
To install the dependencies, run the following command in your terminal:
npm install
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!