This website was created to simulate a banking app interface.
Live version on Vercel
- Next.js
- TailwindCSS
npm >=10.1.0
node >=18.171
git clone https://github.com/joaovitorscr/cash-app.git
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.