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.
index.ts
https://Midigo--e26a88f03f8f11f0bea576b3cceeab13.web.val.run
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 with custom SVG logo
- Contact information and services showcase
- Mobile-friendly navigation
- Custom logo integration throughout the site
- 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.