Skip to content

Repository files navigation

Portfolio (React + Vite)

This is a personal portfolio site built with React, Vite, and Tailwind CSS. It is designed to be forked and customized quickly.

Quick start

  1. Install dependencies.
npm install
  1. Start the dev server.
npm run dev
  1. Build for production.
npm run build
  1. Preview the production build locally.
npm run preview

Customize your fork

Update these files first so the site reflects your info.

If you change filenames or routes, also update the links in src/components/NavBar.jsx and src/components/ScrollToAnchor.jsx.

Deployment

This repo is Vite-ready and can be deployed to any static host (Netlify, Vercel, GitHub Pages, etc.).

Typical steps:

  1. Run npm run build.
  2. Deploy the dist/ folder.

Contributing

If you use this repo for your own portfolio, feel free to fork and customize. Attribution is appreciated but not required.

Used by

Contributors

Languages