A modern portfolio website for the college photography and cinematography club "Imagination".
├── backend/
│ └── index.ts # Main Hono server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main React app
│ │ ├── Gallery.tsx # Photo/video gallery
│ │ ├── Header.tsx # Navigation header
│ │ ├── Hero.tsx # Hero section
│ │ ├── Members.tsx # Club members section
│ │ └── Contact.tsx # Contact section
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend entry point
│ └── style.css # Custom styles
├── shared/
│ └── types.ts # Shared TypeScript types
└── README.md
The website is built as a single-page application with a clean, gallery-focused design that highlights the club's creative work.