All Projects → abhishekdewan101 → Scout

abhishekdewan101 / Scout

Licence: other
Scout is a kotlin multiplatform application that allows users to search and save games to lists to be browsed later.

Programming Languages

kotlin
9241 projects
swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Scout

kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (+85.71%)
Mutual labels:  ktor, koin, kotlin-multiplatform, jetpack-compose
JsonPlaceholderApp
This was originally a code challenge for a company, but now is an example of MVI on Android.
Stars: ✭ 26 (-7.14%)
Mutual labels:  jetpack, koin, jetpack-compose
ComposeTodo
Sample project to play with Jetpack Compose on Android, Desktop and Web
Stars: ✭ 64 (+128.57%)
Mutual labels:  ktor, kotlinx-serialization, jetpack-compose
tv-maniac
Tv-Maniac is a Multiplatform app (Android & iOS) for viewing TV Shows from TMDB.
Stars: ✭ 55 (+96.43%)
Mutual labels:  ktor, kotlin-multiplatform, jetpack-compose
meu kumbu
💵Meu Kumbu 💰 (Means My Money) is a template app that people can use to build their owns Wallet 🤑 or a mobile 🏦 banking app.
Stars: ✭ 55 (+96.43%)
Mutual labels:  ios-app, ktor, kotlin-multiplatform
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (+32.14%)
Mutual labels:  ktor, kotlin-multiplatform, jetpack-compose
Notflix
Kotlin Multiplatform playground
Stars: ✭ 272 (+871.43%)
Mutual labels:  koin, kotlin-multiplatform, jetpack-compose
ToDometer Multiplatform
WIP Kotlin Multiplatform project: A meter to-do list built with Android Jetpack, Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, SwiftUI, Ktor Server / Client, Exposed...
Stars: ✭ 145 (+417.86%)
Mutual labels:  ktor, kotlin-multiplatform, jetpack-compose
kinsight-multiplatform
Kotlin Multiplatform Concept - iOS, MacOS, WatchOS (SwiftUI), Android (phone and Wear OS), JVM Web Server - Alpha Capture
Stars: ✭ 38 (+35.71%)
Mutual labels:  ktor, kotlin-multiplatform, jetpack-compose
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (+32.14%)
Mutual labels:  jetpack, ktor, jetpack-compose
butterfly
🦋 Butterfly helps you to build adaptive and responsive UIs for Android with Jetpack WindowManager.
Stars: ✭ 169 (+503.57%)
Mutual labels:  jetpack, jetpack-compose
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+914.29%)
Mutual labels:  jetpack, jetpack-compose
MovieBox
TMDb + Kotlin + Coroutines + Retrofit2 + Moshi + Clean Architecture + Koin 2 + Glide
Stars: ✭ 46 (+64.29%)
Mutual labels:  jetpack, jetpack-compose
CloudBook
👨🏻‍💻 An ordinary person’s technical cloud notes, share the world and record life.
Stars: ✭ 38 (+35.71%)
Mutual labels:  jetpack, jetpack-compose
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-7.14%)
Mutual labels:  jetpack, jetpack-compose
LinuxCommandLibrary
1M+ downloads Linux reference app with basics, tips and formatted man pages
Stars: ✭ 333 (+1089.29%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
JetComposer
Collection of UIs and Animations built with Jetpack Compose for Android
Stars: ✭ 294 (+950%)
Mutual labels:  jetpack, jetpack-compose
ComposeBird
Flappy Bird game
Stars: ✭ 193 (+589.29%)
Mutual labels:  jetpack, jetpack-compose
Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (+471.43%)
Mutual labels:  jetpack, jetpack-compose
samples
Jetpack Compose based project, used to stress-testing compose features / integrations and explore non-trivial functionality
Stars: ✭ 21 (-25%)
Mutual labels:  jetpack, jetpack-compose

Scout

Build Status Android Release Build

Scout is a project aimed at developing an application that helps iOS and Android users keep track of their ever growing game libraries and then help them make decisions on what they should be playing next.

Download

Get it on Google Play

Features

  • Ability to search for games using IGDB's api
  • Create custom lists that you organize your games into.
  • Personalized results based on platforms you own and genres you like.
  • Personal stats on what types of games you like to play, how many hours you've played, etc.

Getting Started

  1. Clone the repo.
  2. In the root of the project create a local.properties files where you would be adding your authentication params.
  3. Follow the steps here to setup a Twitch Dev Account and create a ClientId and ClientSecret.
  4. In local.properties please add the following
    useTwitchAuthentication=false
    clientId=<clientId>
    clientAuthenticationUrl=https://id.twitch.tv/oauth2/token?client_id=<clientId>&client_secret=<clientSecret>&grant_type=client_credentials
    
  5. Run the application and you should be able to authenticate the app using your twitch creds and use the app.

Technologies Used

Game Tracker is suppose to be a showcase for the following things:

  • Kotlin Multiplatform Mobile
  • Jetpack Compose
  • Swift UI

Kotlin Multiplatform Mobile

WIP

Jetpack Compose

WIP

Swift UI

WIP

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].