Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.59 KB

File metadata and controls

71 lines (60 loc) · 2.59 KB

Matias Bertuccio

Portfolio built with Vite, React, TypeScript, and Tailwind CSS. It showcases my skills, projects, education, and professional experience.

Features

  • 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.

Tech Stack

Vite React TypeScript Tailwind CSS

Project Structure

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.ts

Contact

Feel free to reach out if you'd like to connect, collaborate, or just say hello!

Email
GitHub
LinkedIn
Instagram