Skip to content

Commit feaf41d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2ed4683 + cea5558 commit feaf41d

File tree

10 files changed

+92
-0
lines changed

10 files changed

+92
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

Diff for: README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
![alt-text](Screenshots/github_browser.png "Header Card")
3+
4+
# GithubBrowser
5+
GitHub Browser apps to search any GitHub Repository, and user can save the repo and can track commits in branches and able to share the repo with others. Made by [Prateek](https://github.com/prateekcode/)
6+
7+
8+
***Download the latest apk from below 👇***
9+
10+
[![GithubBrowser](https://img.shields.io/badge/GithubBrowser-App%20Download-brightgreen?style=for-the-badge&logo=android)](https://github.com/prateekcode/GithubBrowser/releases/download/1.0/app-release.apk)
11+
12+
## Built With 🛠
13+
* [Kotlin](https://kotlinlang.org/) - Official programming language for Android Development
14+
* [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous
15+
* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
16+
* [Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - etpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally
17+
* [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes.
18+
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
19+
* [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library.
20+
* [Retrofit](https://square.github.io/retrofit/) - Retrofit is the class through which your API interfaces are turned into callable objects.
21+
* [Coil](https://github.com/coil-kt/coil) - Image Loading library
22+
* [Circle Image View](https://github.com/hdodenhof/CircleImageView) - A fast circular ImageView perfect for profile images.
23+
* [Material Components](https://material.io/develop/android) - To build beautiful, usable products using Material Components for Android
24+
* [JUnit For Unit Testing](https://junit.org/junit5/) - For Unit Testing
25+
26+
## Screenshots 📸
27+
![alt-text](Screenshots/github_browser_ss.png "Screenshot")
28+
29+
## Contribute 🤝
30+
If you want to contribute to this project, you're welcome.
31+
* Open issue regarding proposed changed
32+
* Fork this repo and do changes
33+
* Open PR to new branch
34+
* You're done!

Diff for: Screenshots/github_browser.png

186 KB
Loading

Diff for: Screenshots/github_browser_ss.png

377 KB
Loading

Diff for: Screenshots/s1.jpeg

24.2 KB
Loading

Diff for: Screenshots/s2.jpeg

18.6 KB
Loading

Diff for: Screenshots/s3.jpeg

84.3 KB
Loading

Diff for: Screenshots/s4.jpeg

13.8 KB
Loading

Diff for: Screenshots/s5.jpeg

45.2 KB
Loading

0 commit comments

Comments
 (0)