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
- Host: GitHub
- URL: https://github.com/composablehorizons/ecommerce
- Owner: composablehorizons
- License: mit
- Created: 2025-03-11T06:23:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T02:08:06.000Z (over 1 year ago)
- Last Synced: 2025-04-06T22:03:44.844Z (about 1 year ago)
- Topics: android, codegen, compose-multiplatform, ios
- Language: Kotlin
- Homepage: https://builtwithpaper.com/app/?app_template=ecommerce
- Size: 888 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

## 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