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

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

Awesome Lists containing this project

README

        

# Material Compose Gallery

## Architecture

```mermaid
graph TD;
:app-->:feature:*;
:app-->:data-impl;
:feature:*-->:data;
:data-impl-->:data;
```