Skip to content

Latest commit

Β 

History

History
32 lines (27 loc) Β· 1.31 KB

File metadata and controls

32 lines (27 loc) Β· 1.31 KB

Coffee Shop Mobile App β˜•πŸ“±

This is a public mobile application for a coffee shop. The app is focused on providing an intuitive and visually appealing UI/UX to showcase various coffee products, special offers, and store information. Currently, it is UI-only and does not include any backend integration.

πŸš€ Features:

  • Home Screen: Browse featured coffee products and promotions.
  • Menu Page: View coffee selections, including descriptions and pricing.
  • Order Summary Page: Simple cart display with selected items and total price.
  • Location & Contact: Find store locations and contact information.

Note:

  • This app is a UI prototype and does not contain backend functionalities or real data integrations.
  • It is an ongoing project, and future versions may include backend integration and additional features.

πŸ“‚ Project Structure:

  • lib/: Contains the main Flutter app code, including UI components and pages.
  • assets/: Stores static assets such as images and fonts.

πŸ’» How to Run:

  1. Clone this repository:
    git clone https://github.com/otoricode/Coffe-Shop-Mobile-App.git
  2. Navigate to the project folder and install dependencies:
    cd coffee-shop-mobile-app
    flutter pub get
  3. Run the app:
    flutter run