Skip to content

"RestaurantAdvisor" is a Java program that assists users in finding the perfect dining spot in Birmingham, Alabama. By answering questions about cuisine preference and budget, users receive personalized recommendations from a diverse selection of local eateries, ranging from Mexican and Italian to fast food and BBQ.

Notifications You must be signed in to change notification settings

ChrisBerggren/Birmingham-Restaurant-Advisor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

RestaurantAdvisor

Welcome to RestaurantAdvisor, your guide to dining in Birmingham, Alabama! This Java program helps users discover the ideal restaurant based on their preferences and budget. Whether you're craving Mexican, Italian, Chinese, Indian fast food, BBQ, breakfast, or sandwiches, RestaurantAdvisor has you covered. With a diverse selection of local eateries and an intuitive interface, finding the perfect dining spot has never been easier!

Features

  • Choose from a variety of cuisine types: Mexican, Italian, Chinese, Idian, fast food, BBQ, breakfast, and sandwiches.
  • Select your preferred budget tier: low, medium, or high.
  • Receive personalized recommendations based on your preferences.
  • Enjoy a delightful dining experience at Birmingham's finest restaurants.

Usage

  1. Clone this repository to your local machine.
  2. Compile and run the RestaurantAdvisor.java file.
  3. Follow the prompts to answer questions about your cuisine preference and budget.
  4. Receive personalized restaurant recommendations.
  5. Enjoy your dining experience at the suggested restaurant!

Example

public static void main(String[] args) {
    // Run the RestaurantAdvisor program
    RestaurantAdvisor advisor = new RestaurantAdvisor();
    advisor.run();
}

About

"RestaurantAdvisor" is a Java program that assists users in finding the perfect dining spot in Birmingham, Alabama. By answering questions about cuisine preference and budget, users receive personalized recommendations from a diverse selection of local eateries, ranging from Mexican and Italian to fast food and BBQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%