{"id":20481343,"url":"https://github.com/stephin-gasper/aniaficionado","last_synced_at":"2026-04-13T15:33:11.410Z","repository":{"id":61913628,"uuid":"457921825","full_name":"stephin-gasper/AniAficionado","owner":"stephin-gasper","description":"A simple app for all anime aficionado's. It's an unofficial app for animixplay(discontinued) to stream your favorite anime.","archived":false,"fork":false,"pushed_at":"2024-04-19T18:35:19.000Z","size":8781,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T04:12:15.532Z","etag":null,"topics":["anime","axios-react","javascript","jest","react","react-native","react-native-testing-library","reactjs","streaming","styled-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephin-gasper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-10T19:38:24.000Z","updated_at":"2024-09-04T17:01:22.000Z","dependencies_parsed_at":"2024-04-19T19:36:24.341Z","dependency_job_id":"f768b641-9f7a-4be0-b38f-0a959a33adca","html_url":"https://github.com/stephin-gasper/AniAficionado","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephin-gasper%2FAniAficionado","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephin-gasper%2FAniAficionado/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephin-gasper%2FAniAficionado/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephin-gasper%2FAniAficionado/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephin-gasper","download_url":"https://codeload.github.com/stephin-gasper/AniAficionado/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242058081,"owners_count":20065062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","axios-react","javascript","jest","react","react-native","react-native-testing-library","reactjs","streaming","styled-components"],"created_at":"2024-11-15T16:07:52.576Z","updated_at":"2026-04-13T15:33:06.356Z","avatar_url":"https://github.com/stephin-gasper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AniAficionado\n\nA simple app for all anime aficionado's. It's an unofficial app for [animixplay](https://animixplay.to/) to stream your favorite anime.\n\nThe project is still in its infancy and will be adding further features later on, you can check the roadmap below for future plans.\n\n## Note\n\n**Update(25th Nov, 2023)**\nAnimixplay has been shutdown (since 21st Dec, 2022) so had dropped working on active development on this project. Will be pushing all the work done till now (which are incomplete in implementation and some missing/incomplete test files) and will be picking up the project when I get free time and find suitable alternative website.\n\n## Features roadmap\n\n- [x] Home screen - Check latest episodes of recent animes\n  - [x] Implement functional base UI\n  - [x] Implement design\n- [ ] Anime details screen - Get details for the selected anime\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n- [ ] Episode list - Play episodes and show list of all episodes\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n- [ ] Anime search - Search for anime's ( series or movies )\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n- [ ] Release schedule - Get all the animes releasing in the week for current anime season\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n- [ ] Seasons - Get anime list releases based on season like MAL (MyAnimeList).\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n- [ ] My list - Get all anime added to your list in MAL\n  - [ ] Implement functional base UI\n  - [ ] Implement design\n\n### Possible features\n\n- [ ] Create iOS app\n\n## Screenshots\n\n### Home screen\n\n![Screen 1](https://i.ibb.co/gRg0qF5/home-1.png)\n\n![Screen 2](https://i.ibb.co/CvMdxyT/home-2.png)\n\n### Demo\n\n![Demo](/demo.webp)\n\n## Tech Stack\n\n- [React native](https://github.com/facebook/react-native)\n- [React navigation](https://github.com/react-navigation/react-navigation)\n- [Style components](https://github.com/styled-components/styled-components)\n- [Jest](https://github.com/facebook/jest)\n- [React native testing library](https://github.com/callstack/react-native-testing-library)\n- [Axios](https://github.com/axios/axios)\n- [ESlint](https://github.com/eslint/eslint) (Airbnb style guide)\n\n### API details\n\n- [Animixplay api](https://animixplay.to/)\n\n#### API checklist\n\n- [ ] [Jikan api](https://jikan.moe/) - For getting publically available details from MAL\n- [ ] [MALScrapper](https://github.com/Kylart/MalScraper) - For getting user related details from MAL\n\n### Tech stack checklist\n\n- [ ] Integrate [Jotai](https://github.com/pmndrs/jotai)\n- [ ] Integrate [TypeScript](https://github.com/microsoft/TypeScript)\n\n## How to run the app\n\n- Setup react native by following this link: \u003chttps://reactnative.dev/docs/environment-setup\u003e\n- Run following commands in terminal - 'yarn start' and then 'yarn android' in another terminal.\n\n## Using mock data to check app demo\n\n- Download [Mockoon](https://mockoon.com/)\n- Create json files after coping the json from links\n  - [Jikan.json](https://www.npoint.io/docs/3c3e1039d3a4237d48ad)\n  - [Animiplay.json](https://www.npoint.io/docs/9b45d342305e7631ba88)\n- Open mentioned json files after clicking on File -\u003e open environment\n- Point base url for animixplay in api/animixplay.js as \u003chttp://10.0.2.2:3003\u003e and for jikan in api/jikan as \u003chttp://10.0.2.2:3002/v4\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephin-gasper%2Faniaficionado","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephin-gasper%2Faniaficionado","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephin-gasper%2Faniaficionado/lists"}