An open API service indexing awesome lists of open source software.

https://github.com/composablehorizons/ecommerce

Ecommerce app created using Paper
https://github.com/composablehorizons/ecommerce

android codegen compose-multiplatform ios

Last synced: 12 months ago
JSON representation

Ecommerce app created using Paper

Awesome Lists containing this project

README

          

# Ecommerce Compose Multiplatform

This app was designed and exported entirely via Paper.

No code was written by hand. You can [customize this app by clicking here](https://builtwithpaper.com/app/?app_template=ecommerce).

![Preview](/assets/hero.jpeg)

## Project Structure

There are 3 important folders in `composeApp/src`:

- commonMain: Contains the shared sourceSet across all targets. This is where your designs live.
- androidMain: Contains Android specific theming, such as the Material RippleEffect.
- iosMain: iOS specific theming such as the light highlight.

## Supported Targets

Paper currently exports to iOS and Android