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