Portfolio built with Vite, React, TypeScript, and Tailwind CSS. It showcases my skills, projects, education, and professional experience.
- Responsive design with Tailwind CSS.
- Dynamic content loaded from JSON file.
- Clean and modular React components with TypeScript.
- Integration of social links and project details.
portfolio/
├── public/
│ ├── avatar.png
│ └── test.jpg
├── src/
│ ├── components/
│ │ ├── common/
│ │ │ ├── Footer.tsx
│ │ │ └── NavBar.tsx
│ │ ├── layout/
│ │ │ └── Container.tsx
│ │ ├── sections/
│ │ │ ├── Education.tsx
│ │ │ ├── Experience.tsx
│ │ │ ├── Hero.tsx
│ │ │ └── Works.tsx
│ │ ├── work/
│ │ │ └── WorkCard.tsx
│ │ ├── education/
│ │ │ └── EducationItem.tsx
│ │ └── experience/
│ │ └── ExperienceItem.tsx
│ ├── data/
│ │ └── data.json
│ ├── styles/
│ │ └── index.css
│ ├── types/
│ │ └── index.ts
│ └── vite-env.d.ts
├── .gitignore
├── eslint.config.js
├── package.json
├── package-lock.json
├── README.md
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.tsFeel free to reach out if you'd like to connect, collaborate, or just say hello!