Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.28 KB

AnimeList

Build Status

  • Explore anime series and movies from top ranking.
  • Discover anime to watch by randomly pick one.
  • Save plan-to-watch anime into offline storage.

💡 This app is built using Jikan REST API.

⚠️ No authentication or API key needed

🏗 Application

  • MVVM + Coordinator
  • Networking: Handling fetching and loading data
  • Core Data

This project is designed and written on my own at the moment, which doesn't depend on any outside dependencies.

For data binding, refer to my extension: Observable

👷🏼‍♂️ Practice

  • Clean Code
  • SOLID Principle
  • Protocol Oriented
  • CI/CD with GitHub Actions