Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RahimMahmoudzadeh committed Jul 17, 2024
2 parents 92dd9af + 744d4b6 commit 9248adc
Showing 1 changed file with 42 additions and 16 deletions.
58 changes: 42 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Welcome to Yadino!
<div align="center">
<image height= "100" width ="100" src="asset/logo.png"/></image><br>
<image height= "100" width ="100" src="asset/logo.png"/></image>
<br>
<strong>Yadino</strong>
</div>
<br>
Expand All @@ -12,16 +13,15 @@
![GitHub Repo stars](https://img.shields.io/github/stars/RahimMahmoudzadeh/Yadino)
![GitHub forks](https://img.shields.io/github/forks/RahimMahmoudzadeh/Yadino)

Hi! Yadino is a ToDo app the use of MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation, WorkManager etc. for building Android Apps
Hi! Yadino is a ToDo app the use of MVVM Architecture Pattern with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation etc. for building Android Apps

**You can download the app from Cafe Bazaar or Myket 🚀**

[![Static Badge](https://img.shields.io/badge/Download_From_Cafe_Bazaar-brightgreen)](https://cafebazaar.ir/app/com.rahim.yadino)
[![Static Badge](https://img.shields.io/badge/Download_From_Myket-brightgreen?color=blue)](https://myket.ir/app/com.rahim.yadino)

<a href='https://cafebazaar.ir/app/com.rahim.yadino'><img height=40 alt='Get it on Bazaar' src='https://github.com/RahimMahmoudzadeh/Yadino/blob/master/asset/cafebazzar.png'/></a>
<a href='https://myket.ir/app/com.rahim.yadino'><img height=40 alt='Get it on Myket' src='https://github.com/RahimMahmoudzadeh/Yadino/blob/master/asset/myket.png'/></a>

## 🛠 Built With
| Architecture |MVVM Architecture |
| Architecture |MVVM Architecture Pattern |
|---------------- |------------------------------ |
| <img height="20" src="https://3.bp.blogspot.com/-VVp3WvJvl84/X0Vu6EjYqDI/AAAAAAAAPjU/ZOMKiUlgfg8ok8DY8Hc-ocOvGdB0z86AgCLcBGAsYHQ/s1600/jetpack%2Bcompose%2Bicon_RGB.png"> UI Framework | [Jetpack Compose](https://www.jetbrains.com/lp/compose-multiplatform/) | |
| 💉 DI | [Dagger-Hilt](https://developer.android.com/training/dependency-injection/hilt-android) | |
Expand All @@ -31,20 +31,46 @@ Hi! Yadino is a ToDo app the use of MVVM Architecture with Jetpack Compose by fo
| :thread: Asynchronous Work | [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)|
<br>

## :iphone: Screenshots (Dark and Light Theme)
<table style="width:100%">
<tr>
<th>Home Screen</th>
<th>Routine Screen</th>
<th>Note Screen</th>
</tr>
<tr>
<td><img src = "asset/home_light.png" width=240/></td>
<td><img src = "asset/routine_light.png" width=240/></td>
<td><img src = "asset/note_light.png" width=240/></td>
</tr>
<tr>
<th>Home Screen</th>
<th>Routine Screen</th>
<th>Note Screen</th>
</tr>
<tr>
<td><img src = "asset/home_dark.png" width=240/></td>
<td><img src = "asset/routine_dark.png" width=240/></td>
<td><img src = "asset/note_dark.png" width=240/></td>
</tr>
</table>
<br>

## License

```
Copyright (C) 2023-2024 Yadino
Copyright (C) 2023-2024 RahimMahmoudzadeh
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
http://www.apache.org/licenses/LICENSE-2.0
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
```

0 comments on commit 9248adc

Please sign in to comment.