This is a modern personal portfolio built with:
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS
- shadcn/ui components
- React Icons (Tabler, Simple Icons)
Key features:
- Responsive design
- Dark mode support
- Smooth scrolling navigation
- Interactive hero section
- Detailed experience timeline
- Tech stack visualization
- Install dependencies:
bun install - Run development server:
bun dev - Build for production:
bun build - Start production server:
bun start
- app/: Next.js app router pages
- about/: About section
- education/: Education section
- experience/: Experience section
- skills/: Skills section
- components/: React components
- lib/: Utilities and types
- constants.ts: App constants
- hooks/: Custom hooks
- providers/: Context providers
- types.ts: TypeScript types
- utils.ts: Helper functions
- public/: Static assets
This project is licensed under the MIT License.
