Files
my-resume/CLAUDE.md
T
2026-05-21 12:27:28 +01:00

24 lines
783 B
Markdown

# 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