A comprehensive web application for exploring London's top attractions and planning your perfect tour.
āāā 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