Skip to content

Portfolio built with Vite, React, TypeScript, and Tailwind CSS.

Notifications You must be signed in to change notification settings

mabertuccio/dotcom

Repository files navigation

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

About

Portfolio built with Vite, React, TypeScript, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published