Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waseefakhtar authored Jan 1, 2024
1 parent 2dea788 commit 1ad4209
Showing 1 changed file with 20 additions and 43 deletions.
63 changes: 20 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,37 @@
![Dose App](docs/images/dose-splash-3.jpg "Dose App v1.0")
![Dose App](docs/images/play-store.png "Dose App")


<h1 align="center">Dose App 💊⏰</h1>

<p align="center">
<a href="https://github.com/waseefakhtar/dose-android/discussions">Discussions</a> •
<a href="https://github.com/waseefakhtar/dose-android/blob/main/LICENSE">License</a> •
<a href="https://twitter.com/waseefakhtar">Twitter</a>
<br /><br />
<a href="https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp">
<img src="https://img.shields.io/badge/Get%20the%20app-grey?logo=android" alt="Get the app" />
</a>
<a href="https://github.com/waseefakhtar/dose-android/actions">
<img src="https://github.com/waseefakhtar/dose-android/workflows/Android%20CI/badge.svg?branch=main" alt="Build status" />
</a>
<a href="https://github.com/waseefakhtar/dose-android/contributors/">
<img src="https://img.shields.io/github/contributors/waseefakhtar/dose-android.svg" alt="Contributors" />
</a>
Dose is a medication reminder app for Android, designed to help you stay on top of your health by reminding you to take your medications on time — Made with Jetpack Compose, Material Design 3, Room, Navigation Components, Kotlin Coroutines, Hilt, Firebase using the recommended <a href="https://developer.android.com/topic/architecture">Android Architecture Guidelines</a>.
</p>
<p align="center">
I’m building it in public. So the idea is for everyone to contribute, leave feedback, suggest ideas, and collaborate!
</p>
</br>
<p align="center">
<a href="https://devlibrary.withgoogle.com/products/android/repos/waseefakhtar-dose-android"><img alt="Google" src="https://img.shields.io/badge/Google%20DevLibrary-Waseef-3ddc84?logo=android&logoColor=3ddc84"/></a>
<a href="https://www.youtube.com/shorts/RTNcK_2yhYI"><img alt="YouTube" src="https://img.shields.io/badge/YouTube-Google%20Developers-ff0000?logo=youtube"/></a>
<a href="https://twitter.com/AndroidDev/status/1560008567587061761"><img alt="Twitter" src="https://img.shields.io/badge/Twitter-Android%20Developers-white?logo=X"/></a>
<a href="https://www.waseefakhtar.com/android/form-using-jetpack-compose-and-material-design/"><img alt="Blogpost" src="https://img.shields.io/badge/Blog%20Post-Waseef%20Akhtar-white"/></a>
<a href="https://www.youtube.com/watch?v=taWNluAoyaE"><img alt="YouTube Tutorial" src="https://img.shields.io/badge/YouTube%20Tutorial-Waseef%20Akhtar-ff0000?logo=youtube"/></a><br>
<a href="https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp"><img src="https://img.shields.io/badge/View%20on%20Google%20Play-grey?logo=android" alt="Google Play"/></a>
<a href="https://android-arsenal.com/api?level=21"><img alt="API" src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/waseefakhtar/dose-android/actions"><img alt="Build Status" src="https://github.com/waseefakhtar/dose-android/workflows/Android%20CI/badge.svg?branch=main"/></a>
<a href="https://github.com/waseefakhtar/dose-android/contributors/"><img src="https://img.shields.io/github/contributors/waseefakhtar/dose-android.svg" alt="Contributors" /></a>
</p> <br>

An Android app that reminds you medications exactly when your body needs them - Made with Jetpack Compose, Material Design 3, Room, Navigation Components, Kotlin Coroutines, Hilt, Firebase using the recommended <a href="https://developer.android.com/topic/architecture">Android Architecture Guidelines</a>.

I’m building it in public. So the idea is for everyone to contribute, leave comments, suggest ideas, etc using the <a href="https://github.com/waseefakhtar/dose-android/discussions">Discussions</a> tab.

## Google Play
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp

## Blog Post
https://www.waseefakhtar.com/android/form-using-jetpack-compose-and-material-design/

## YouTube Tutorial
https://www.youtube.com/watch?v=taWNluAoyaE

## Screenshots

<p align="center"> <img src="docs/screenshots/Home.png" width="250"/> <img src="docs/screenshots/AddMedication.png" width="250"/> <img src="docs/screenshots/MedicationConfirm.png" width="250" /></p>


## Demo

https://user-images.githubusercontent.com/4093820/178681202-8ebd6102-5dc5-4e91-bb57-70e2dbf0f98a.mp4

## Features
- [x] Adds medications with its duration and daily dosage.
- [x] Displays a list of medications to take daily.
- [x] Reminds when it's time to take medication with local notifications.
- [x] Shows history of medications.

<p align="center">
Got any crazy new ideas? Head over to the <a href="https://github.com/waseefakhtar/dose-android/discussions">Discussions</a> tab and start a new discussion.
</p>

## MAD Score
<a href="https://madscorecard.withgoogle.com/scorecard/share/1233122117/">
<img src="https://user-images.githubusercontent.com/4093820/186459147-1b2e7102-498f-4874-841b-2be88336c2a8.png"/>
<img src="https://user-images.githubusercontent.com/4093820/186459184-eda3a2c5-fe3c-4038-94e7-fbcb45e90946.png"/>
</a>


## IDE Version
Android Studio Hedgehog | 2023.1.1 Beta 1

Expand Down

0 comments on commit 1ad4209

Please sign in to comment.