Mini React project made with Anilist API — see what anime fate has for you!
Daily handpicked anime recommendations!
You can customize the daily anime by editing ../src/data/dailyItems.js (Anime IDs from Anilist).
Pick your favorite genres, exclude the ones you dislike, and the list will adjust automatically. You can also filter by episode count, score, and release year.
Filter your anime and spin the wheel for a random pick — perfect for indecisive moods! 🎡
See something interesting? Save it for later and return when you’re ready.
- Open
config.jsonand fill in the required values. - Open a terminal in the project directory and run:
npm run install
npm run dev- Open your browser at
http://localhost:3000and enjoy! 🚀