My personal portfolio website - Version 2
Visit the live site: yaoming16.github.io
This is a modern, responsive portfolio website showcasing my projects and skills. Built with React, Vite, and Tailwind CSS for optimal performance and maintainability.
- Frontend Framework: React - UI library for interactive components
- Build Tool: Vite - Next-generation frontend build tool
- Styling: Tailwind CSS - Utility-first CSS framework
- UI Components: Flowbite React - Pre-built React components
- Development: VSCode
- Node.js 16+
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Deploy to GitHub Pages
npm run deploynpm run dev- Start development server with hot reloadnpm run build- Build optimized production bundlenpm run preview- Preview production build locallynpm run deploy- Build and deploy to GitHub Pages
The design aesthetic and color palette were inspired by Brittany Chiang's portfolio, with custom modifications and original implementations.
All code and design implementation by @yaoming16

