Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.87 KB

Food_App

Food delivery app, easy to order food. When you’re on the go or out and about, having a handy app that allows you to order seamlessly is an amazing perk.

Project Description

  1. Home contains menu, Popular and offers .
  2. Search for any meal in menu by name.
  3. Select your meal, choose required number you want.
  4. Enter details in profile screen for delivery.
  5. Cart screen show total price and your order.

Screenshots

Architecture

  1. MVVM (Model-View-ViewModel) Architecture is used in this project.
  2. Dependency injection with Hilt.
  3. Use the property delegate created by preferencesDataStore to create an instance of Datastore. Call it once at the top level of your kotlin file, and access it through this property throughout the rest of your application.
  4. Save data in a local database using Room :

Installation

  1. Clone the app using Git or import it to Android Studio.