Imagination - Photography & Cinematography Club Portfolio

A modern portfolio website for the college photography and cinematography club "Imagination".

Features

  • Responsive gallery showcasing photography and cinematography work
  • Club member profiles
  • Event highlights and announcements
  • Contact information and social media links
  • Modern, clean design optimized for visual content

Project Structure

├── 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

Tech Stack

  • Backend: Hono (TypeScript)
  • Frontend: React 18.2.0 with TypeScript
  • Styling: TailwindCSS
  • Deployment: Val Town

Development

The website is built as a single-page application with a clean, gallery-focused design that highlights the club's creative work.