Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.17 KB

File metadata and controls

52 lines (38 loc) · 1.17 KB

Kelvin Tony Bidi — Portfolio

A professional Virtual Assistant portfolio built with React + Vite.

Setup

1. Install dependencies

npm install

2. Run development server

npm run dev

Open http://localhost:5173 in your browser.

3. Build for production

npm run build

The built files will be in the dist/ folder — ready to deploy on Netlify, Vercel or any static host.


Project structure

kelvin-portfolio/
├── public/
│   └── favicon.svg
├── src/
│   ├── App.jsx        ← Main portfolio component
│   ├── index.css      ← Global styles + animations
│   └── main.jsx       ← React entry point
├── index.html
├── package.json
└── vite.config.js

Customising

  • Your name / contact — edit the hero section in src/App.jsx
  • Design cards — the 4 fake company SVGs are Design0 through Design3 in App.jsx
  • Videos — use the video upload cards in the Video Editing section to showcase your work
  • Colours — edit the T token object near the top of App.jsx

Built by Claude for Kelvin Tony Bidi · Virtual Assistant