Anilist Custom List Manager is a tool designed to enhance your Anilist experience by allowing you to manage your anime and manga lists effortlessly.
- Fetch Anime and Manga Lists: Easily retrieve your existing lists from Anilist.
- Custom List Management: Organize your entries into personalized lists for better tracking and organization.
- Sort Entries: Sort your entries based on status, score, rereads, genres, tags, and type to quickly find what you're looking for.
- Automatic Updates: Automatically update entries based on the conditions you set, ensuring your lists are up-to-date.
- User-Friendly Interface: Built with a clean and intuitive UI using Next.js, Tailwind CSS, and Radix UI components.
-
Clone the Repository
git clone https://github.com/RLAlpha49/anilist-custom-list-manager.git cd anilist-custom-list-manager
-
Install Dependencies
Ensure you have Node.js installed. Then, install the required packages:
npm install
or using Yarn:
yarn install
-
Configure Environment Variables
Create a
.env
file in the root directory and add your Anilist API credentials:NEXT_PUBLIC_ANILIST_CLIENT_ID=your_client_id
-
Run the Development Server
npm run dev
or using Yarn:
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software as per the license terms.