This project is a Vue.js application that allows users to manage their AniList in a more personalized way. It provides features to fetch the list of the authenticated AniList user, move entries to specific custom lists, and sort entries based on status, score, rereads, and type (Manga, Manwha, Manhua).
- Fetch the list of the authenticated AniList user
- Move your entries to specific custom lists
- Sort entries based on status, score, rereads, genres, tags, and type (Manga, Manwha, Manhua)
-
Clone the repository
git clone https://github.com/RLAlpha49/AnilistListManager.git
-
Install the dependencies
npm install
-
Create a
.env
file in the root directory and add the following environment variablesVUE_APP_ANILIST_CLIENT_ID=your_anilist_client_id
-
Run the application
npm run serve
- Login with your AniList account.
- Choose between Anime and Manga lists.
- Manage your custom lists as per your needs.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.