一个用于展示个人项目、设计审美与前端实现能力的作品集网站。
Click here to visit my portfolio
This portfolio is built to present:
- Selected projects and case studies
- Personal design style and visual exploration
- Front-end development skills with responsive interaction
- React
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- GSAP
Prerequisites: Node.js
- Install dependencies:
npm install - Start the development server:
npm run dev - Build for production:
npm run build