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.
- 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.
- 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.
- lib/: Contains the main Flutter app code, including UI components and pages.
- assets/: Stores static assets such as images and fonts.
- Clone this repository:
git clone https://github.com/otoricode/Coffe-Shop-Mobile-App.git
- Navigate to the project folder and install dependencies:
cd coffee-shop-mobile-app flutter pub get
- Run the app:
flutter run