Skip to content

johnnycuongn/AnimeList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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