This web app helps users find hotels with the best price differentials for a specific night of the week.
/backend - API endpoints and data handling
index.ts - Main API endpointhotels.ts - Hotel data simulation/frontend - User interface
index.html - Main HTML templateindex.tsx - React entry pointcomponents/ - React components/shared - Shared code between frontend and backend
types.ts - Type definitions