From e076d3b8aac68d7b4d5c383aafd803a67baa52a0 Mon Sep 17 00:00:00 2001 From: Swapnil Musale Date: Wed, 23 Aug 2023 21:30:27 +0530 Subject: [PATCH 1/2] New Project - JetJoke --- CONTRIBUTORS.md | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6f7cabd..41c9a0e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,4 +10,5 @@ Here's a list of open-source contributors who have compiled the resources: - [asentris](https://github.com/asentris) - [MayorJay](https://github.com/mayorJAY) - [LeoColman](https://github.com/LeoColman) -- [JacobKerames](https://github.com/JacobKerames) \ No newline at end of file +- [JacobKerames](https://github.com/JacobKerames) +- [swapnil-musale](https://github.com/swapnil-musale) \ No newline at end of file diff --git a/README.md b/README.md index 893a636..2ed3d77 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ - NotyKT is a complete Kotlin-stack (Backend + Android) application built to demonstrate the use of Modern development tools with best practices implementation. +- [NotyKT](https://github.com/swapnil-musale/JetJoke) + + - JetJoke is a Joke generator app build using Jetpack Compose & Clean + MVVM Architecture to demonstrate it's use with other modern Android Development libraries and tools. ### :iphone: Communication - [FairEmail](https://github.com/M66B/FairEmail/) From 26afbc78f77371b5bc50509ffbe86d6acca9bc4e Mon Sep 17 00:00:00 2001 From: Swapnil Musale Date: Thu, 24 Aug 2023 12:12:04 +0530 Subject: [PATCH 2/2] New Project - JetJoke --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed3d77..c4865f9 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ - NotyKT is a complete Kotlin-stack (Backend + Android) application built to demonstrate the use of Modern development tools with best practices implementation. -- [NotyKT](https://github.com/swapnil-musale/JetJoke) +- [JetJoke](https://github.com/swapnil-musale/JetJoke) - JetJoke is a Joke generator app build using Jetpack Compose & Clean + MVVM Architecture to demonstrate it's use with other modern Android Development libraries and tools.