/FoodieBuddy

FoodieBuddy is a mobile app for ordering food. Users can sign up, log in, view food items, add items to their cart, and see the total amount of items in their cart. The app uses Firebase for authentication and data storage, with data displayed in a RecyclerView coming from a JSON object. Built in Android Studio using Java.

Primary LanguageJava

Features

  • User Authentication: Users can log in using Firebase Authentication.
  • View Food Items: Browse available food items in a RecyclerView.
  • Add to Cart: Add selected food items to the cart.
  • Cart Management: View total amount and manage items in the cart.
  • Realtime Database: Data stored and retrieved using Firebase Realtime Database.

Output

1 3 4 5 6 1 7 8 9 10 11