Built by Yvonne Lu Trinh
Live Demo: https://yvonnelutrinh.com
A creative developer and designer portfolio for Yvonne Lu Trinh. This website showcases selected works, projects, and creative experiments, blending interactive design with modern web development. The site features custom components such as an animated image slider, project windows, and responsive layouts, all crafted to highlight both technical and artistic skills.
- React 19 (with TypeScript)
- Vite (build tool)
- Tailwind CSS (utility-first styling)
- Lucide React (icon set)
- Motion (animation library)
- React Router DOM (routing)
- LogRocket, Microsoft Clarity (analytics)
- ESLint (linting)
- Sharp (image processing)
- Node.js (v18 or newer recommended)
- npm (v9 or newer) or compatible package manager
- Clone the repository:
git clone https://github.com/yvonnelutrinh/portfolio/ cd portfolio
- Install dependencies:
npm install # or yarn install
Start the local development server:
npm run dev
# or
yarn dev
Visit http://localhost:5173 in your browser.