Skip to content

jayson-panganiban/portfolio

Repository files navigation

Portfolio

My personal portfolio website built with Next.js and TailwindCSS. View live at jaysonpanganiban.com

Stack

  • Next.js 15 (App Router)
  • React 19
  • TypeScript
  • TailwindCSS
  • Phosphor Icons

Development

git clone https://github.com/jayson-panganiban/portfolio.git
cd portfolio
npm install
npm run dev

Commands

npm run dev      # Start development server
npm run build    # Build for production
npm run format   # Format code with Biome
npm run check    # Run Biome check

Structure

src/
├── app/           # Next.js pages
├── components/    # React components
├── contexts/      # React contexts
└── data/          # Content data

Customization

Modify content by editing:

  • src/data/resume.ts - Experience and skills
  • src/data/projects.ts - Project showcase

License

MIT © Jayson Panganiban

Releases

No releases published

Packages

 
 
 

Contributors