Website: www.sagarthapashrestha.com.np
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: TailwindCSS
- Animations: Framer Motion
- Icons: Lucide React
- UI Components: Radix UI
- Font: Inter
src/
├── app/
│ ├── globals.css # Global styles and utilities
│ ├── layout.tsx # Root layout component
│ └── page.tsx # Main page component
├── components/
│ ├── sections/ # Page sections
│ │ ├── hero-section.tsx
│ │ ├── about-section.tsx
│ │ ├── skills-section.tsx
│ │ ├── projects-section.tsx
│ │ ├── experience-section.tsx
│ │ └── contact-section.tsx
│ └── ui/ # Reusable UI components
│ ├── glass-card.tsx
│ ├── particle-background.tsx
│ ├── navigation.tsx
│ ├── scroll-progress.tsx
│ ├── page-transition.tsx
│ └── easter-eggs.tsx
└── lib/
└── utils.ts # Utility functions
- Email: sagartshrestha@gmail.com
- LinkedIn: https://www.linkedin.com/in/sagar-thapa-shrestha-30517b191/
Built using Next.js, React, and Framer Motion