Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darrie7/animel

Anime tracker using Anilist API built with Cordova
https://github.com/darrie7/animel

android anilist anime cordova

Last synced: about 1 month ago
JSON representation

Anime tracker using Anilist API built with Cordova

Awesome Lists containing this project

README

        

# 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](https://github.com/darrie7/AnimeL/assets/9318490/cee39c28-0021-432d-9167-4187a4d81fa7)

## Requirements

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

## Installation

1. **Clone the repository:**
```sh
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**