Skip to content

joaovitorscr/cash-app

Repository files navigation

Cash App

This website was created to simulate a banking app interface.

Live version on Vercel

🧱 Stack

  • Next.js
  • TailwindCSS

⚠️ Prerequesites

npm >=10.1.0
node >=18.171

🔌 Getting Started

1. Clone the repo executing the command below or opening the <>code tab in repository page:

git clone https://github.com/joaovitorscr/cash-app.git

2. Access the folder that has been created and execute:

npm install
# or
yarn install
# or
pnpm install

3. Initalize the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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