SquareUp is a frontend-only website, built as a practice project.
I used a free Figma template as a reference and replicated it using Next.js and TailwindCSS, then deployed it on Vercel.
- Next.js — React framework for building fast, production-ready websites
- TailwindCSS — Utility-first CSS framework for styling
- Vercel — Hosting and deployment platform
| Home Page |
|---|
To run this project on your local machine:
git clone https://github.com/your-username/squareup.git
cd squareupnpm installnpm run dev