This is a basic e-commerce application built with using FLUTTER a cross platform technology for building mobile apps. This app allows users to browse products and then add them to cart the choose to purchase and show a checkout page.
Features
- Browse a list of products.
- Add products to the cart.
- Remove products from the cart.
- View a checkout page after purchasing.
Screenshots
Getting Started
To get started with the project, follow these steps:
Prerequisites
- Flutter SDK: Install Flutter
- Dart: Install Dart
Installation
-
Clone the repository:
git clone https://https://github.com/SamuelWorld20/GroceryStoreApp.git cd groceryapp- Install dependencies:
flutter pub get -
Run the app:
flutter run
APK Download
Checkout the APK for this application here https://drive.google.com/file/d/1IX0BO-S-RIJVnUKXMy31MGvkAhJ1aUVD/view?usp=sharing
Project Structure
Here's the basic structure the app follows:
-
main.dart: Entry point of the application -
intro_screen: Here's a welcome page to the app -
home_page.dart: This page contains the products to purchase -
cart_page.dart: This page is where you'll find the items you've decided to purchase -
checkout.dart: This is a checkout page that shows you've successfully ordered an item



