Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.76 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.76 KB

Fast Food App

With this app you can order food from a chain of restaurants. It lets you pay with cash or with your card and track the status of your order.

Features

  • User authentication
  • Adding menu items into a shopping cart
  • Checkout flow
  • Orders history

Screenshots

Main menu Fries info Order summary Order details Order history

Development Environment

The app is written in Java and uses the Gradle build system. Server-side code is JavaScript.

To build the app, use the gradlew build command or use "Import Project" in Android Studio.

Technologies/Architecture used