Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.49 KB

README.md

File metadata and controls

65 lines (53 loc) · 2.49 KB

WCStoreApp (wip)

This is just a fun app to learn about KMM and Jetpack Compose, and play with WooCommerce's StoreApi, it acts as a front for the store to offer a mobile shopping experience.

The project is a work-in-progress.

Demo

Android iOS

The platforms didn't reach feature parity yet, and the design is not the same, but the business logic is the same.

Features

  • KMM (Ongoing, the iOS app is missing a lot of features, but the presentation layer is shared)
  • List all products with pagination
  • Price formatting
  • Fetch price formatting settings from the store
  • Offline support
  • Search and filtering
  • Check basic details about products
  • Check more details about products: stock, sale, reviews...
  • Cart
  • Shipping Addresses: save and list saved addresses.
  • Edit/Delete addresses
  • Address form validation
  • Billing Address
  • Select Payment Method
  • Complete Checkout flow

Most of the features (even the ones marked as done) still require improvements and refinements.

Architecture and technologies

The app's goal is to learn about Compose, and experiment on unidirectional reactive architecture patterns, it uses the following technologies/patterns:

Setup Instructions

  1. Clone the project
$ git clone https://github.com/hichamboushaba/WCStoreApp.git
$ cd WCStoreApp
  1. Generate the local.properties file for this app:
$ cp ./local.properties-example ./local.properties
  1. Open and modify the file local.properties using your site's URL.
  2. Open the project using Android Studio