Skip to content

belinwu/tv-maniac

Β 
Β 

Repository files navigation

TvManiac

Check android ios TvManiac Debug

TvManiac is a personalized entertainment tracking and recommendation Multiplatform app. By utilizing TMDB, we can view shows, create a watchlist get statistics, and much more. This project aims to demonstrate KMP development capabilities. This is currently running on:

  • Android: Compose
  • iOS: SwiftUI

🚧 Under Heavy Development 🚧

This is my playground for learning Kotlin Multiplatform. With that said, I'm sure it's filled with bugs crawling everywhere, and I'm probably doing a couple of things wrong. So a lot is changing, but that shouldn't stop you from checking it out.

Android iOS
Android_Demo.mp4
iOS_App_Demo.mov

Important

To fetch data, you will need to create a TMDB API app and generate an API key if you don't have one. Once you have your keys, add them to config.yaml. If the file is unavailable, navigate to the root dir and create a symlink. $ ln -s core/util/src/commonMain/resources/config.yaml config.yaml, then add the API keys.

πŸ–₯ Project Setup & Environment

Requirements

Opening iOS Project

  • Navigate to the ios directory & open .xcodeproj

Architecture Overview

  • TODO: Add detail architecture

TvManiac Architecture

Android Screenshots

Home Screen Light

Home Screen Light

Episodes List Light

Show Details Dark

Show Details Dark

Episodes List Dark

πŸ”† iOS Screenshots

Home Screen Light

Home Screen Light

Home Screen Dark

Show Details Dark

Libraries Used

Android

Kmp - Common

iOS

Roadmap

Android

  • Implement Watchlist
  • Add More screen. Shows GridView
  • Recommended Shows
  • Implement pagination.
  • Add Settings panel.
    • Dynamic theme change.
  • Add Seasons UI
  • Implement trakt auth & sign in
  • Migrate to Material3
  • Implement Paging
  • Add Episode detail screen
  • Add Watchlist
  • Implement Search

iOS

  • Add HomeScreen: Tabs & Empty UI
  • Implement Discover UI
  • Show Detail Screen
  • Add Settings panel.
  • Implement trakt auth & sign in
  • Update show detail UI
  • Add Seasons Detail UI
  • Implement Paging
  • Add Episode detail screen
  • Add Watchlist
  • Implement Search

Shared

  • Use SQLDelight extensions to consume queries as Flow
  • Refactor interactor implementation.
  • Use koin for injection
  • Modularize shared module
  • Try out Flow-Redux
  • Fix paging
  • Improve error handling.
  • Add test cases.

References & Inspiration

License

Copyright 2021 Thomas Kioko

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

    https://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.

About

Tv-Maniac is a personalized entertainment tracking and recommendation Multiplatform app (Android & iOS) for tracking TV Shows using TMDB API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 82.7%
  • Swift 17.3%