YummyApp is a mobile application for food enthusiasts. It allows users to search for food recipes based on various categories. The app is built on the Android platform using Java and integrates with Firebase for data storage. Additionally, it utilizes the Google Maps API to display maps to users.
-
Google Account Login:
- Users can log in using their Google accounts.
- Integration with Google API ensures secure authentication.
-
Phone Number Registration:
- Users can register an account using their phone numbers.
- Firebase handles user authentication and account management.
-
Recipe Search:
- The app provides a search functionality to find food recipes.
- Recipes are categorized for easy navigation.
-
Google Maps Integration:
- YummyApp uses the Google Maps API to display maps.
- Users can view restaurant locations, find nearby places, and explore food options.
-
Prerequisites:
- Android Studio: Ensure you have Android Studio installed.
- Firebase Account: Set up a Firebase project and configure your app.
-
Installation:
- Clone this repository:
git clone https://github.com/tuanteoo/FoodApp_Java.git - Open the project in Android Studio.
- Clone this repository:
-
Configuration:
- Add your Google Maps API key to the appropriate configuration file.
- Configure Firebase authentication and database settings.
-
Run the App:
- Build and run the app on an Android emulator or physical device.
Contributions are welcome! If you'd like to contribute to YummyApp, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.