Single-page portfolio website designed to show my journey as a Computer Science student at Cornell University. Key features include mobile-first responsive layout, smooth scroll navigation, animated floating elements, and direct contact links.
- React (with TypeScript)
- Vite
- Lucide React
- Custom CSS
- Vercel
Follow these instructions to run the project on your local machine:
- Clone this repository: git clone https://github.com/mqiu90/portfolio.git
- Move into the project folder: cd portfolio
- Install all dependencies: npm install
- Launch the dev server: npm run dev
- Navigate to http://localhost:5173 in your browser
Create an optimized build:
npm run build
npm run preview