Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miihir79 authored Jan 25, 2023
1 parent 8252d1d commit 1cea74e
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# JumpingMindTask

<p>

<img src="https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white"/>
<img src="https://img.shields.io/badge/Kotlin-0095D5?&style=for-the-badge&logo=kotlin&logoColor=white"/>

[![JumpingMindTask App](https://img.shields.io/badge/JumpingMind✅-APK-red.svg?style=for-the-badge&logo=android)](https://github.com/Miihir79/JumpingMindTask/releases/download/1.0.0/app-debug.apk)

</p>

This app was build on top of api provided by <a href="https://punkapi.com/">Punk API</a>, it displays list of beers and shows it details, you can even save these beers for future use.

### Screenshots
<table>
<tr>
<td>List of Beers <img src="https://user-images.githubusercontent.com/66465511/214590013-2c048fe8-f227-456b-9ddd-8a48d6478c42.jpg" width="250">
<td>Liked Beers <img src="https://user-images.githubusercontent.com/66465511/214590027-ad0415e0-5c5b-4cdb-9995-96d0cc3800c3.jpg" width="250">
<td>Beer Details <img src="https://user-images.githubusercontent.com/66465511/214590032-3c9ae45c-8927-4561-9799-fea236015537.jpg" width="250">
<tr>
</table>

### Demo

https://user-images.githubusercontent.com/66465511/214589829-b3a2e05f-f4cc-40c3-869a-dc88fbed31b4.mp4



### Libraries used
- Gson
- intuit sdp & ssp
- Retrofit
- shredpreferences
- room
- paging
- shimmerview
- material tap target prompt
- splashscreen API

### ***Download the app from here👇***

[![JumpingMindTask App](https://img.shields.io/badge/JumpingMind✅-APK-red.svg?style=for-the-badge&logo=android)](https://github.com/Miihir79/JumpingMindTask/releases/download/1.0.0/app-debug.apk)

## Package Structure

com.mihir.jumpingmindtask # Root Package
.
├── model # Model data classes
|
├── database # RoomDB and TypeConverters
|
├── network # AppObjectController, Retrofit, network service
|
├── ui # UI/View layer
| ├── adapter # Adapter, ViewHolder
| └── screens # Activity, Fragments
|
└── viewmodel # ViewModels


## How to contribute?
### What do you need to get started?
#### Latest version of android studio and basic android and googling skills will get you going.
All contributions are welcomed, Properly describe changes made and attach supporting ScreenShots in the PR. For major changes first open an issue.

## Author
Initial work: <a href="https://github.com/Miihir79">***Mihir Shah***</a> <br>
This project was created as an interview process assignment.

0 comments on commit 1cea74e

Please sign in to comment.