A smart road trip planner for the USA with budget-friendly options.
Road Runner helps users plan cross-country or local road trips by:
- Optimizing routes
- Suggesting attractions
- Factoring in budget preferences (gas, lodging, food, activities, etc.)
- Frontend: HTML/CSS/JavaScript
- Backend: Python
- TBD We have organized our code into models for data structures, routes for API endpoints, services for business logic, and utilities for helper functions. This structure allows for scalability and maintainability."
Frontend -> routes -> services -> database -> frontend