Initial: resume template via tAI

This commit is contained in:
Joe Wee
2026-05-21 12:27:28 +01:00
commit 62cfb66197
10 changed files with 502 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Jordan Lee
Personal resume/CV with experience, projects, education, skills, certifications
Stack: React 18 / TypeScript / Vite / Tailwind CSS / shadcn/ui
Pages: Index (single page)
Palette: clean minimal with primary accent
## Files
- src/pages/Index.tsx (21KB)
- src/components/Header.tsx (0KB)
- src/components/Footer.tsx (0KB)
## Imports
UI: @/components/ui/{button,card,badge,input,textarea,tabs,accordion,dialog,sheet}
Icons: lucide-react
Toast: import { toast } from "sonner"
Theme: ThemeToggle in headers (next-themes)
Router: react-router-dom BrowserRouter
## Rules
- MODIFY existing files — never rebuild from scratch
- Pages import Header + Footer from @/components/
- Tailwind only — no inline styles
- Use existing shadcn components — don't create custom ones