https://github.com/theapache64/swipe-search
๐บ A sample app to showcase Twyper with GitHub repo search API
https://github.com/theapache64/swipe-search
Last synced: about 2 months ago
JSON representation
๐บ A sample app to showcase Twyper with GitHub repo search API
- Host: GitHub
- URL: https://github.com/theapache64/swipe-search
- Owner: theapache64
- License: apache-2.0
- Created: 2022-02-20T16:08:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T19:04:09.000Z (about 4 years ago)
- Last Synced: 2024-05-01T15:33:17.767Z (almost 2 years ago)
- Language: Kotlin
- Homepage:
- Size: 484 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# swipe-search


> A sample app to showcase Twyper with GitHub repo search API
## ๐บ Demo
https://user-images.githubusercontent.com/9678279/154852171-184ff026-f2e4-4ff7-9782-4ab3d9947bf7.mov
## ๐ Tech Stack
| What |How |
|---|---|
| UI | Compose |
| DI | Hilt |
| Navigation | Jetpack Navigation |
| Networking | Retrofit |
| JSON Serialization | Moshi |
| Image Loading | Coil Compose |
| Logging | Timber |
## ๐งพ TODO
- Write unit test and UI test
## โ๏ธ Author
๐ค **theapache64**
* Twitter: @theapache64
* Email: theapache64@gmail.com
Feel free to ping me ๐
## ๐ค Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any
contributions you make are **greatly appreciated**.
1. Open an issue first to discuss what you would like to change.
1. Fork the Project
1. Create your feature branch (`git checkout -b feature/amazing-feature`)
1. Commit your changes (`git commit -m 'Add some amazing feature'`)
1. Push to the branch (`git push origin feature/amazing-feature`)
1. Open a pull request
Please make sure to update tests as appropriate.
## โค Show your support
Give a โญ๏ธ if this project helped you!
## ๐ License
```
Copyright ยฉ 2022 - theapache64
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
_This README was generated by [readgen](https://github.com/theapache64/readgen)_ โค