aperture-react/
βββ index.html
βββ package.json
βββ package-lock.json
βββ postcss.config.js
βββ tsconfig.json
βββ tsconfig.app.json
βββ tsconfig.node.json
βββ vite.config.ts
βββ README.md
βββ .gitignore
βββ public/
β βββ favicon.svg
βββ src/
βββ main.tsx
βββ App.tsx
βββ index.css
βββ types/
β βββ photo.ts
βββ data/
β βββ photos.ts
βββ hooks/
β βββ useTheme.ts
βββ components/
βββ ApertureMark.tsx
βββ ThemeToggle.tsx
βββ Hero.tsx
βββ FilterNav.tsx
βββ GalleryGrid.tsx
βββ PhotoCard.tsx
βββ Lightbox.tsx
βββ Footer.tsx