File tree 2 files changed +27
-25
lines changed
2 files changed +27
-25
lines changed Original file line number Diff line number Diff line change 7
7
8
8
> A tool that gives you a massive head start when building Compose based apps. It saves you from time-consuming setup and configuration
9
9
10
- ### ✨ Demo
11
-
12
- #### Desktop ([ see template] ( https://github.com/theapache64/compose-desktop-template ) )
13
-
14
- ![ ] ( demo_desktop.gif )
15
-
16
- #### Web ([ see template] ( https://github.com/theapache64/compose-web-template ) )
17
-
18
- ![ ] ( demo_web.gif )
19
-
20
- #### Chrome extension ([ see template] ( https://github.com/theapache64/compose-chrome-extension-template ) )
21
-
22
- ![ ] ( demo_chrome.gif )
23
-
24
- #### Mobile
25
-
26
- - TODO
27
10
28
11
## 🛠 Installation
29
12
36
19
``` shell script
37
20
~ $ create-compose-app
38
21
Choose platform
39
- 1) Desktop
40
- 2) Web
41
- 3) Chrome extension
22
+ 1) Android
23
+ 2) Desktop
24
+ 3) Web
25
+ 4) Chrome extension
42
26
```
43
27
44
- ## 📦 What's included?
28
+ ### ✨ Demo
29
+
30
+ #### Desktop ([ see template] ( https://github.com/theapache64/compose-desktop-template ) )
45
31
46
- ### Desktop
32
+ ![ ] ( demo_desktop.gif )
47
33
48
34
- Architecture (MVVM) with Android-ish structure (SingleActivity)
49
35
- Dependency Injection (Dagger2)
@@ -55,14 +41,30 @@ Choose platform
55
41
- Logging (Arbor)
56
42
- Font (GoogleSans)
57
43
58
- ### Web
44
+ #### Web ([ see template] ( https://github.com/theapache64/compose-web-template ) )
45
+
46
+ ![ ] ( demo_web.gif )
47
+
48
+ - A basic web counter example
59
49
60
- - A basic counter example
50
+ #### Chrome extension ( [ see template ] ( https://github.com/theapache64/compose-chrome-extension-template ) )
61
51
62
- ### Chrome extension
52
+ ![ ] ( demo_chrome.gif )
63
53
64
54
- A simple popup window
65
55
56
+ #### Android ([ see template] ( https://github.com/theapache64/compose-android-template ) )
57
+
58
+ ![ ] ( demo_android.png )
59
+
60
+ - MVVM
61
+ - Hilt
62
+ - Compose
63
+ - Navigation
64
+ - Logger
65
+ - Typography (with GoogleSans)
66
+
67
+
66
68
## ✍️ Author
67
69
68
70
👤 ** theapache64**
You can’t perform that action at this time.
0 commit comments