Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 4a442b3

Browse files
committed
Added assets
1 parent f9d16c9 commit 4a442b3

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
/captures
88
.externalNativeBuild
99
.cxx
10-
local.properties
10+
local.properties
11+
/app/release/

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# Jokes
2-
Simple Jokes app to display random jokes.
1+
# <p align="center"><img src="./assets/logo.png" width="40"/><br>Jokes</p>
2+
<p align="center">
3+
<img src="https://github.com/Sharkaboi/Jokes/workflows/Gradle%20Build/badge.svg" alt="Gradle Build">
4+
<img src="https://img.shields.io/badge/Kotlin-1.4.20-blue" alt="Kotlin Version">
5+
<img src="https://img.shields.io/badge/Min%20API-23-green" alt="Min API">
6+
<img src="https://img.shields.io/badge/License-MIT-orange" alt="License">
7+
<img src="https://img.shields.io/github/contributors/sharkaboi/jokes" alt="Contributors"><br>
8+
Simple Jokes app to display random jokes.
9+
</p>
10+
11+
## Screenshots
12+
![](./assets/showcase.png)
13+
14+
## Uses
15+
* Kotlin
16+
* MVVM Architecture
17+
* Room
18+
* Retrofit
19+
* Gson
20+
* ViewBinding
21+
* Coroutines
22+
* Hilt
23+
* Jetpack navigation
24+
* [razir/ProgressButton](https://github.com/razir/ProgressButton)
25+
* [15Dkatz/official_joke_api](https://github.com/15Dkatz/official_joke_api)
26+
* MDC Library
27+
* KTX Extensions
28+
* Coil
29+
* ConstraintLayout
30+
* LeakCanary
31+
32+
## Releases
33+
34+
Check [here](https://github.com/Sharkaboi/Jokes/releases) for releases.

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ dependencies {
9494
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
9595

9696
// Testing dependencies
97+
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
9798
testImplementation 'junit:junit:4.13.1'
9899
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
99100
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

assets/Logo.png

51.5 KB
Loading

assets/Showcase.png

181 KB
Loading

0 commit comments

Comments
 (0)