imagi
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
A modern portfolio website for the college photography and cinematography club "Imagination".
- 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
├── 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
- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 with TypeScript
- Styling: TailwindCSS
- Deployment: Val Town
The website is built as a single-page application with a clean, gallery-focused design that highlights the club's creative work.