This repository contains the source code for my personal digital portfolio website.
The site serves as a living showcase of my projects, experience, and technical interests, while also acting as a sandbox for hands-on learning and experimentation with modern web development tools.
Traditional resumes often struggle to reflect the depth and evolution of real-world development work. This portfolio was built to present my experience in a more interactive and contextual format, while allowing continuous iteration as my skills grow.
- React
- Next.js
- Tailwind CSS
- Vercel
This project uses standard Next.js development workflows.
Install dependencies:
npm installStart the development server:
npm run devThe application will be available at http://localhost:3000.
The site is deployed using Vercel. Commits to the main branch automatically trigger a new deployment.
You can find the live site here.
This project is actively maintained and evolves as new projects, ideas, and technologies are explored.