Midigo Sports Centre Limited Website

A modern, responsive website for Midigo Sports Centre Limited showcasing facilities, services, and membership options.

Project Structure

├── 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

Features

  • 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

Tech Stack

  • Backend: Hono (TypeScript)
  • Frontend: React 18.2.0 + TypeScript
  • Styling: TailwindCSS
  • Platform: Val Town

Development

The website is served through a Hono backend that handles static file serving and provides the main HTML template with React hydration.