Skip to content

Commit

Permalink
📖 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jul 4, 2021
1 parent 3ef7300 commit ca05065
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@

> A tool that gives you a massive head start when building Compose based apps. It saves you from time-consuming setup and configuration
### ✨ Demo

#### Desktop ([see template](https://github.com/theapache64/compose-desktop-template))

![](demo_desktop.gif)

#### Web ([see template](https://github.com/theapache64/compose-web-template))

![](demo_web.gif)

#### Chrome extension ([see template](https://github.com/theapache64/compose-chrome-extension-template))

![](demo_chrome.gif)

#### Mobile

- TODO

## 🛠 Installation

Expand All @@ -36,14 +19,17 @@
```shell script
~$ create-compose-app
Choose platform
1) Desktop
2) Web
3) Chrome extension
1) Android
2) Desktop
3) Web
4) Chrome extension
```

## 📦 What's included?
### ✨ Demo

#### Desktop ([see template](https://github.com/theapache64/compose-desktop-template))

### Desktop
![](demo_desktop.gif)

- Architecture (MVVM) with Android-ish structure (SingleActivity)
- Dependency Injection (Dagger2)
Expand All @@ -55,14 +41,30 @@ Choose platform
- Logging (Arbor)
- Font (GoogleSans)

### Web
#### Web ([see template](https://github.com/theapache64/compose-web-template))

![](demo_web.gif)

- A basic web counter example

- A basic counter example
#### Chrome extension ([see template](https://github.com/theapache64/compose-chrome-extension-template))

### Chrome extension
![](demo_chrome.gif)

- A simple popup window

#### Android ([see template](https://github.com/theapache64/compose-android-template))

![](demo_android.png)

- MVVM
- Hilt
- Compose
- Navigation
- Logger
- Typography (with GoogleSans)


## ✍️ Author

👤 **theapache64**
Expand Down
Binary file added demo_android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca05065

Please sign in to comment.