Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avidraghav authored Jul 22, 2023
1 parent 6b16b78 commit 4164c73
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
<br>

**Space Dawn** is a demo app built to demonstrate the use of **Mutli-Module Clean MVVM Architecture** with **Jetpack Compose** by following **Material-3** guidelines along with other MAD libraries which
lets a user **Save reminders/alarms for the upcoming Rocket Launches From around the world**.
**Space Dawn** is a demo app built to demonstrate the use of **Mutli-Module Clean MVVM Architecture** with **Jetpack Compose** by following **Material-3** guidelines along with other MAD libraries.
The app lets a user **Save reminders/alarms for the upcoming Rocket Launches From around the world**.
<br>

## 🛠 Built With
Expand All @@ -35,7 +35,7 @@ lets a user **Save reminders/alarms for the upcoming Rocket Launches From around
</table>
<br>

## :iphone: Screenshots Dark Theme
## :iphone: Screenshots (Dark and Light Theme)
<table style="width:100%">
<tr>
<th>Upcoming Launches Screen</th>
Expand All @@ -47,6 +47,16 @@ lets a user **Save reminders/alarms for the upcoming Rocket Launches From around
<td><img src = "art/reminders_a10.png" width=240/></td>
<td><img src = "https://github.com/avidraghav/SpaceDawn/assets/49483235/a710b182-8a5b-4424-8ae4-b49fdeb2ba87" width=240/></td>
</tr>
<tr>
<th>Upcoming Launches Screen</th>
<th>Reminders Screen</th>
<th>Notification Sample</th>
</tr>
<tr>
<td><img src = "art/upcoming_launches_a10_light.png" width=240/></td>
<td><img src = "art/reminders_a10_light.png" width=240/></td>
<td><img src = "art/notification_sample_a10_light.png" width=240/></td>
</tr>
</table>
<br>

Expand Down

0 comments on commit 4164c73

Please sign in to comment.