Tourist App Automation
This is a submission for the Amazon Q Developer "Quack The Code" Challenge: Crushing the Command Line What I Built I built TouristAutomation, a Java command-line tool that prompts users to enter a country name and provides tailored recommendations for places to visit, restaurants, emergency healthcare options, and shopping malls. This automation solves the problem of travelers needing quick, organized information about their destination, making trip planning faster and more efficient. The tool runs on Replit and is designed to be user-friendly with interactive input. Demo https://replit.com/join/bkeuenqqio-farzanaali2 Code Repository https://replit.com/join/bkeuenqqio-farzanaali2 How I Used Amazon Q Developer I used Amazon Q Developer to assist with coding by suggesting the interactive input approach using Scanner and optimizing the code structure with a CountryRecommendations class.

This is a submission for the Amazon Q Developer "Quack The Code" Challenge: Crushing the Command Line
What I Built
I built TouristAutomation, a Java command-line tool that prompts users to enter a country name and provides tailored recommendations for places to visit, restaurants, emergency healthcare options, and shopping malls. This automation solves the problem of travelers needing quick, organized information about their destination, making trip planning faster and more efficient. The tool runs on Replit and is designed to be user-friendly with interactive input.
Demo
https://replit.com/join/bkeuenqqio-farzanaali2
Code Repository
https://replit.com/join/bkeuenqqio-farzanaali2
How I Used Amazon Q Developer
I used Amazon Q Developer to assist with coding by suggesting the interactive input approach using Scanner and optimizing the code structure with a CountryRecommendations class.