Skip to content

Latest commit

 

History

History
110 lines (93 loc) · 5.75 KB

README.md

File metadata and controls

110 lines (93 loc) · 5.75 KB

AAHAR

A food management Android application.

Introduction

The application allows a user to choose their meals for the day, check the menu and report their suggestions and feedback. The details of each user is recorded in the Admin application and food is served as per the orders for efficient management.

Quick Links

Features

  • The application supports Android 5.0 Lollipop (API level 22) and above.
  • The app allows user to sign-in/sign-up in the app using Firebase Authentication and keeps signed-in henceforth using shared preferences unless the user opts to log-out.
  • Via the app a user can see the menu planned for the entire day.
  • This helps the user to choose their meals for the day in the meals section.
  • User choices are reflected upon the dashboard.
  • The app allows user to give feedback and suggestions regarding the hospitality services.
  • All the information is stored in the database via the Firebase Database and can be reflected in the Admin app(SAAHAR).

Screenshots

CUSTOMER APP

ADMIN APP

GIFs

Third Party Libraries Used

These are just third party dependencies, the entire list of dependencies is listed in the app's Gradle file.

Contributors