https://github.com/numeroanddev/materialcomposegallery-android
Material Design's components catalog application with Jetpack Compose
https://github.com/numeroanddev/materialcomposegallery-android
Last synced: 24 days ago
JSON representation
Material Design's components catalog application with Jetpack Compose
- Host: GitHub
- URL: https://github.com/numeroanddev/materialcomposegallery-android
- Owner: NUmeroAndDev
- License: mit
- Created: 2024-02-22T11:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T23:53:33.000Z (about 1 month ago)
- Last Synced: 2025-05-07T00:33:09.592Z (about 1 month ago)
- Language: Kotlin
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Compose Gallery
## Architecture
```mermaid
graph TD;
:app-->:feature:*;
:app-->:data-impl;
:feature:*-->:data;
:data-impl-->:data;
```