Initial: resume template via tAI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user