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

Commit

Permalink
Added assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Dec 19, 2020
1 parent f9d16c9 commit 4a442b3
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/captures
.externalNativeBuild
.cxx
local.properties
local.properties
/app/release/
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# Jokes
Simple Jokes app to display random jokes.
# <p align="center"><img src="./assets/logo.png" width="40"/><br>Jokes</p>
<p align="center">
<img src="https://github.com/Sharkaboi/Jokes/workflows/Gradle%20Build/badge.svg" alt="Gradle Build">
<img src="https://img.shields.io/badge/Kotlin-1.4.20-blue" alt="Kotlin Version">
<img src="https://img.shields.io/badge/Min%20API-23-green" alt="Min API">
<img src="https://img.shields.io/badge/License-MIT-orange" alt="License">
<img src="https://img.shields.io/github/contributors/sharkaboi/jokes" alt="Contributors"><br>
Simple Jokes app to display random jokes.
</p>

## Screenshots
![](./assets/showcase.png)

## Uses
* Kotlin
* MVVM Architecture
* Room
* Retrofit
* Gson
* ViewBinding
* Coroutines
* Hilt
* Jetpack navigation
* [razir/ProgressButton](https://github.com/razir/ProgressButton)
* [15Dkatz/official_joke_api](https://github.com/15Dkatz/official_joke_api)
* MDC Library
* KTX Extensions
* Coil
* ConstraintLayout
* LeakCanary

## Releases

Check [here](https://github.com/Sharkaboi/Jokes/releases) for releases.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'

// Testing dependencies
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down
Binary file added assets/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a442b3

Please sign in to comment.