Skip to content

francocgl/my-portfolio

Repository files navigation

Franco Martin Portfolio

This my personal project coded and designed by Franco Martin Cagliolo.

Technologies Used

  • React
  • Vite
  • Tailwind CSS
  • TypeScript
  • Locomotive Scroll
  • Framer Motion

Getting Started

Prerequisites

  • Node.js & npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/francocgl/my-portfolio.git
  2. Navigate into the project directory:

    cd franco-martin-portfolio
  3. Install dependencies:

    npm install

Development

Start the development server:

npm start

franco-martin-portfolio/
│
├── public/           # Public assets
│   ├── index.html    # HTML template
│   └── ...
│
├── src/              # Source files
│   ├── assets/       # Images files
│   ├── const/        # Fixed Variables
│   ├── hooks/        # Custom hooks
│   ├── typings/      # Project Types
│   ├── ui/           # React components
│   ├── index.tsx     # Entry point
│   └── MainContext.tsx
│
├── tsconfig.json     # TypeScript configuration
├── vite.config.ts    # Vite configuration
└── index.html        # HTML template

Releases

No releases published

Packages

 
 
 

Contributors