Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed May 1, 2023
1 parent 349a3c6 commit f33db6c
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GitTrackr - Github Organization Tracker

## Description

GitTrackr is an Android app that helps you track Github organizations and their members. The app allows you to enter the name of a Github organization and displays a list of members belonging to that organization. You can click on a member to view their details.
Expand All @@ -13,29 +14,17 @@ GitTrackr is an Android app that helps you track Github organizations and their
- Displays a list of members belonging to the organization
- Clicking on a member displays their details

## Technologies Used

**GitTrackr uses the following technologies:**

- Kotlin - a modern, statically-typed programming language used for developing Android apps
- Material UI - a design system and set of UI components for building Android apps with a consistent, polished look and feel
- Retrofit - a type-safe HTTP client used for making network calls in Android apps

<!-- Table and row for screenshot wich show 4 image -->
## Screenshots
| Splash Screen | Landing Page | Member List | Member Details |
|--- | --- | --- | --- |
|![splash screen](https://user-images.githubusercontent.com/70854507/235408534-dbe9352c-8845-40e3-a355-6ca4a63e0e8a.png) | ![landing page](https://user-images.githubusercontent.com/70854507/235408596-63391114-fb24-4df6-b96c-8e2b301c41f2.png)
| ![member list](https://user-images.githubusercontent.com/70854507/235408591-843a5839-72c1-429a-88a2-e387792178c1.png)
| ![member details](https://user-images.githubusercontent.com/70854507/235408581-33c41810-bc38-4329-9f9f-e9ff95d09f4f.png)
|

| Splash Screen | Landing Page | Member List | Member Details |
| ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| ![splash screen](https://user-images.githubusercontent.com/70854507/235408534-dbe9352c-8845-40e3-a355-6ca4a63e0e8a.png) | ![landing page](https://user-images.githubusercontent.com/70854507/235408596-63391114-fb24-4df6-b96c-8e2b301c41f2.png) | ![member list](https://user-images.githubusercontent.com/70854507/235408591-843a5839-72c1-429a-88a2-e387792178c1.png) | ![member details](https://user-images.githubusercontent.com/70854507/235408581-33c41810-bc38-4329-9f9f-e9ff95d09f4f.png) |

## Video Walkthrough


## Dependencies

- Glide
- Retrofit + Gson
- Material UI

0 comments on commit f33db6c

Please sign in to comment.