Public
Like
Cine
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: v5View latest version
A modern, responsive video showcase website inspired by clean design principles, built for Cinetwa to display video content.
- Hero section with featured video
- Video gallery with categories
- Responsive design
- Clean, modern aesthetic
- Video player with custom controls
- Mobile-optimized layout
├── backend/
│ └── index.ts # Main Hono server
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── style.css # Custom styles
│ └── components/
│ ├── App.tsx # Main app component
│ ├── Hero.tsx # Hero section
│ ├── VideoGallery.tsx # Video gallery
│ └── VideoPlayer.tsx # Custom video player
└── shared/
└── types.ts # Shared TypeScript types
- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 + TypeScript
- Styling: TailwindCSS
- Video: HTML5 video with custom controls