Welcome to my personal portfolio website! This site is built with Next.js, TypeScript, Tailwind CSS, and PNPM, and it's designed to showcase who I am as a developer, including my projects, skills, and how to get in touch.
You can view my portfolio at https://glennnoronha.vercel.app/
- Next.js – React framework for fast, production-ready websites
- TypeScript – Strongly typed JavaScript for scalability
- Tailwind CSS – Utility-first styling framework
- PNPM – Fast, efficient package manager
- Responsive design for mobile and desktop
- Dark/light mode toggle
- Clean and modern UI
- Modular, reusable components
- Easily deployable with Vercel
# Clone the repository
git clone https://github.com/yourusername/portfolio-2.git
cd portfolio-2
# Install dependencies
pnpm install
# Run the development server
pnpm dev