diff --git a/README.md b/README.md index f8add87..f526108 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Play Deals -[![Static Badge](https://img.shields.io/badge/Android-black?logo=android&logoColor=white&color=%234889f5)](https://play.google.com/store/apps/details?id=me.sujanpoudel.playdeals)   -[![Static Badge](https://img.shields.io/badge/IOS-grey?logo=apple)](https://github.com/psuzn/app-deals/releases/latest)    -[![Static Badge](https://img.shields.io/badge/macOS-black?logo=apple)](https://github.com/psuzn/app-deals/releases/latest)   -[![Static Badge](https://img.shields.io/badge/Windows-green?logo=windows&color=blue)](https://github.com/psuzn/app-deals/releases/latest)   -[![Static Badge](https://img.shields.io/badge/Linux-white?logo=linux&logoColor=white&color=grey)](https://github.com/psuzn/app-deals/releases/latest)   + +[![Static Badge](https://img.shields.io/badge/Android-black?logo=android&logoColor=white&color=%234889f5)](https://play.google.com/store/apps/details?id=me.sujanpoudel.playdeals) +  +[![Static Badge](https://img.shields.io/badge/IOS-grey?logo=apple)](https://github.com/psuzn/app-deals/releases/latest) +   +[![Static Badge](https://img.shields.io/badge/macOS-black?logo=apple)](https://github.com/psuzn/app-deals/releases/latest) +  +[![Static Badge](https://img.shields.io/badge/Windows-green?logo=windows&color=blue)](https://github.com/psuzn/app-deals/releases/latest) +  +[![Static Badge](https://img.shields.io/badge/Linux-white?logo=linux&logoColor=white&color=grey)](https://github.com/psuzn/app-deals/releases/latest) +  ![Static Badge](https://img.shields.io/badge/License-GPL--v3-brightgreen) [![Lint and verify](https://github.com/psuzn/App-deals/actions/workflows/lint.yaml/badge.svg?branch=develop)](https://github.com/psuzn/App-deals/actions/workflows/lint.yaml) @@ -16,6 +22,9 @@ Play deals is a simple app that aggregates the paid apps that have ongoing deals and discounts, aka you can get the paid apps free or with discount. +| | | +|-----------------------------------------------------|:----------------------------------------------------:| + ## Download You can download the app from [play store](https://play.google.com/store/apps/details?id=me.sujanpoudel.playdeals) or @@ -60,7 +69,7 @@ This loosely follows mvvm architecture inspired from android's view model. **In Priority order** : -- [ ] Add Offline Caches for the apps +- [x] Add Offline Caches for the apps - [ ] Push Notifications - [ ] Add ability to add/request new app deal from app diff --git a/media/screenshot-black.jpg b/media/screenshot-black.jpg new file mode 100644 index 0000000..883c880 Binary files /dev/null and b/media/screenshot-black.jpg differ diff --git a/media/screenshot-dark.jpg b/media/screenshot-dark.jpg new file mode 100644 index 0000000..cd50c60 Binary files /dev/null and b/media/screenshot-dark.jpg differ diff --git a/media/screenshot-light.jpg b/media/screenshot-light.jpg new file mode 100644 index 0000000..e01ff56 Binary files /dev/null and b/media/screenshot-light.jpg differ