This problem statement focuses on solving the problems that every traveller faces when they visit a new place.
- Maintain a static list of all the information one would need to know about a city.
- List famous tourist spots of each city.
- Display pictures and weather conditions of each destination.
- Maintain a “My Trips” section which contains all your past trips.
- “My Trips” section can contain: - experiences, total cost of the trip, photos, etc.
- Use Google map to locate the destination and find routes.
- All the data about the destinations is dynamic i.e. uses API .
- Use GPS to automatically detect your locations and recommend places near you.
- Maintain a profile section, so that the user can login into any device and access his data.
- Create a section for “Upcoming trips” under “My trips” section where you can plan your upcoming trips.
- “Upcoming trips” sections can contain the itinerary i.e. list of places to visit, plan of travel, route, total budget, things to carry, etc.
- Make the “My trip” section shareable, so that one can share his travel experience and travel itinerary to others.