A personal portfolio website showcasing projects, skills, and experience
- Interactive navigation with hover animations
- Responsive design for desktop, tablet, and mobile
- Project showcase with live links and GitHub repositories
- Downloadable resume
- GitHub Pages deployment with automated CI workflow
- Framework & Library: React + TypeScript
- Build Tool: Vite
- Language: TypeScript
- Styling: SCSS / CSS Modules
- Animations: Animate.css, Motion
- Clone this repository:
git clone https://github.com/username/portfolio.git- Install dependencies
npm install- Start the development server:
npm run dev- Deployed on GitHub Pages
- Deployment is automated via a GitHub Actions workflow (
.github/workflows/deploy.yml), so every push to the main branch triggers a build and deployment.
Dahyun "Dany" Ko