From a08d187a50e951e0fde87e48b2cbcbf4c3b515d7 Mon Sep 17 00:00:00 2001 From: brandy-kay Date: Mon, 28 Aug 2023 11:59:10 +0300 Subject: [PATCH] added playstore link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c89e0d..40dce8b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ # Quench Quench is a water reminder App designed with one primary goal in mind, to help users stay adequately hydrated throughout their day. it is created using the cutting-edge [Jetpack compose](https://developer.android.com/jetpack/compose?gclid=Cj0KCQjwlemWBhDUARIsAFp1rLVEasIdkuT4ctD9QlZypDNFdoY-yRXDP_QQ8mE75u7P20MBBzuQiW8aAs5AEALw_wcB&gclsrc=aw.ds) and leveraging a range of modern Android libraries, this app serves as a simple yet effective tool to promote healthy hydration habits. +Currently available on the Play Store + +Get it on Google Play + ## Structural design pattern The app is built with the Model-View-ViewModel (MVVM) as its structural design pattern that separates objects into three distinct groups: - Models hold application data. They’re usually structs or simple classes.