diff --git a/README.md b/README.md index 8adc576b..037de78e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # unitto Unit converter for Android - +![Feature](./content/feature.png) This is Unitto, a free unit converter mobile app for Android devices. It uses Material Design 3 guidelines and supports all the latest Android features. Key features: @@ -11,9 +11,20 @@ Key features: - Highly customizable - Just looks good, I guess… +Some screenshots: + +| | | +|-----------------------------------|:---------------------------------:| +| ![Feature](./content/screen1.png) | ![Feature](./content/screen2.png) | +| ![Feature](./content/screen3.png) | ![Feature](./content/screen4.png) | + The app is in active development and has its own Trello board, where you can check out all the new stuff that will be added (including Currency conversion). You can also leave your feature requests. Trello board link: https://trello.com/b/cxAbRlvu/unitto +Links to download +Play Store: https://play.google.com/store/apps/details?id=com.sadellie.unitto +AppGallery: https://appgallery.huawei.com/app/C105740875 + Also, this app has a cool open source page, where you can find Terms and Conditions, Privacy Policy, Press Kit and contact links: https://sadellie.github.io/unitto/ \ No newline at end of file diff --git a/content/feature.png b/content/feature.png new file mode 100644 index 00000000..fb24ece5 Binary files /dev/null and b/content/feature.png differ diff --git a/content/screen1.png b/content/screen1.png new file mode 100644 index 00000000..6f9e8629 Binary files /dev/null and b/content/screen1.png differ diff --git a/content/screen2.png b/content/screen2.png new file mode 100644 index 00000000..5ca8e3a1 Binary files /dev/null and b/content/screen2.png differ diff --git a/content/screen3.png b/content/screen3.png new file mode 100644 index 00000000..aadc61d0 Binary files /dev/null and b/content/screen3.png differ diff --git a/content/screen4.png b/content/screen4.png new file mode 100644 index 00000000..4f43314f Binary files /dev/null and b/content/screen4.png differ