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 miliseconds.
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.