Welcome to Matheesha‑portfolio, a modern and responsive developer portfolio built using Next.js and Tailwind CSS, and deployed via Vercel. It showcases your QA skills, projects, and professional background.
- Next.js – React framework for production-level applications
- Tailwind CSS – Utility-first CSS for rapid UI development
- TypeScript – Typed JavaScript for better consistency and safety
- Create Next App – Project scaffolded with the official Next.js template :contentReference[oaicite:3]{index=3}
- Node.js v14+ or Yarn / npm
# Clone the repository
git clone https://github.com/matheesha2000/Matheesha-portfolio.git
cd Matheesha-portfolio
# Install dependencies
npm install
# or
yarn install