Skip to content
/ AnimeL Public

Anime tracker using Anilist API built with Cordova

Notifications You must be signed in to change notification settings

darrie7/AnimeL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimeL

Overview

Anime tracker using Anilist API built with Cordova. Code is not pretty

Stand Out Features

  • Sort based on when next episode is released, so the upcoming releasing anime episodes are up top
  • Scuffed "Theming"
  • Highlighting anime that are currently airing but you are not up to date on in your currently watching list
  • Easily update progress

Demo

image

Requirements

  • Cordova (>=12?)
  • Cordova InAppBrowser Plugin

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/my-application.git
    cd my-application
  2. Open the application:

    • Download all files and build with Cordova
  3. Download apk from Releases:

Usage

Top Navigation Bar

The navigation bar at the top of the page includes buttons for different task statuses:

  • Seasonal: Displays anime for current and upcoming seasons split by day of the week.
  • Search: Search Anilist for anime.
  • O: Theming and login page.

Bottom Navigation Bar

The navigation bar at the bottom of the page includes buttons for different task statuses:

  • Current: Displays anime in currently watching list.
  • Planning: Displays anime in plan to watch list.
  • Paused: Displays anime in paused list.
  • Completed: Displays anime in completed list.

Sorting and Filtering

Clicking on the "Sort" button opens a dropdown menu with various sorting options:

  • Next release asc
  • Title asc
  • Title desc
  • Updated asc
  • Updated desc
  • Time added asc
  • Time added desc