evan 6fec90ea71 feat: build resume website with MagicUI components
- 6 sections: Hero, About, Experience, Skills, Projects, Contact
- MagicUI: Globe, Particles, Meteors, AnimatedList, IconCloud, BentoGrid
- Dark mode support, scroll-triggered animations
- Static export ready for deployment
2026-04-14 15:09:48 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00
2026-04-14 04:15:05 +08:00

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";
Description
No description provided
Readme 2.8 MiB
Latest Build Latest
2026-04-14 20:57:36 +08:00
Languages
TypeScript 93.1%
CSS 6.1%
JavaScript 0.8%