Public
Like
untitled-4443
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: v21View latest version
A modern, responsive website for Midigo Sports Centre Limited showcasing facilities, services, and membership options.
βββ backend/
β βββ index.ts # Main Hono server entry point
βββ frontend/
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend React entry point
β βββ logo.svg # Midigo Sports Centre logo
β βββ components/
β β βββ App.tsx # Main React app component
β β βββ Header.tsx # Navigation header
β β βββ Hero.tsx # Hero section
β β βββ Services.tsx # Services/facilities section
β β βββ About.tsx # About section
β β βββ Contact.tsx # Contact section
β β βββ Footer.tsx # Footer component
β βββ style.css # Custom styles
βββ README.md
- Responsive design with TailwindCSS
- Modern React components
- Professional sports centre branding
- Contact information and services showcase
- Mobile-friendly navigation
- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 + TypeScript
- Styling: TailwindCSS
- Platform: Val Town
The website is served through a Hono backend that handles static file serving and provides the main HTML template with React hydration.