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: v10View 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