test
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://iy0rd--aafffca83f8d11f089af76b3cceeab13.web.val.run
A comprehensive web application for exploring London's top attractions and planning your perfect tour.
- 🏛️ Interactive map of London attractions
- 📍 Detailed information about each location
- ⭐ Ratings and visitor information
- 🚇 Transportation details
- 📱 Responsive design for mobile and desktop
- 🎯 Tour planning and recommendations
├── backend/
│ ├── index.ts # Main Hono server
│ └── data/
│ └── attractions.ts # London attractions data
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ └── components/
│ ├── App.tsx # Main app component
│ ├── AttractionCard.tsx
│ ├── AttractionDetail.tsx
│ └── TourPlanner.tsx
└── shared/
└── types.ts # Shared TypeScript types
- The app runs on the backend HTTP endpoint
- Visit the main URL to access the tour guide interface
- Browse attractions, view details, and plan your London tour!
- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 with TypeScript
- Styling: TailwindCSS
- Data: Static JSON data for London attractions