https://github.com/itzdineshx/anie_pick
Your next favorite Anime is just a click away
https://github.com/itzdineshx/anie_pick
anime anime-recommendation jikan-api recommendation-system
Last synced: 9 months ago
JSON representation
Your next favorite Anime is just a click away
- Host: GitHub
- URL: https://github.com/itzdineshx/anie_pick
- Owner: itzdineshx
- License: mit
- Created: 2025-08-16T04:25:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T17:31:55.000Z (10 months ago)
- Last Synced: 2025-08-22T19:56:28.551Z (10 months ago)
- Topics: anime, anime-recommendation, jikan-api, recommendation-system
- Language: TypeScript
- Homepage: https://aniepick.netlify.app/
- Size: 4.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π₯ AniePick

[](https://aniepick.netlify.app/)


AniePick is a red-and-black themed anime recommendation app powered by the **Jikan API** (MyAnimeList data).
It helps you discover random anime series or movies, with filters for genre, year, and more β no endless searching required.
---
## π Features
- π― **Random Anime Discovery** β Get a completely new anime suggestion every time you visit.
- π¨ **Anime-Themed UI** β Red & black color palette with Japanese-inspired fonts.
- π± **Responsive Design** β Optimized for desktop, tablet, and mobile.
- π **Detailed Info** β Title, synopsis, genres, episode count, score, and poster image.
- β€οΈ **Favorites** β Save anime to your personal watchlist (local storage).
- π **Filtering** β Narrow results by genre, year, or type (TV, OVA, Movie, etc.).
---
## π Tech Stack
- **Frontend:** HTML, CSS, JavaScript (React or Vanilla)
- **API:** [Jikan API](https://jikan.moe/)
- **Hosting:** Netlify / Vercel
- **Fonts:** [Kaushan Script](https://fonts.google.com/specimen/Kaushan+Script) for the logo, [Poppins](https://fonts.google.com/specimen/Poppins) for UI text.
---
## π Setup Instructions
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/Aniepick.git
cd Aniepick
````
2. **Install dependencies** (if using React)
```bash
npm install
```
3. **No API key required**
* AniePick uses the free **Jikan API**, so no signup is necessary.
* API Base URL: `https://api.jikan.moe/v4/`
4. **Run the app locally**
```bash
npm start
```
---
## π Deployment
Deploy easily to [Netlify](https://www.netlify.com/) or [Vercel](https://vercel.com/).
---
## π License
This project is licensed under the MIT License.
---
## π‘ Acknowledgments
* **Jikan API** for anime data from MyAnimeList.
* **Google Fonts** for typography.
* **Brand Family** β AniePick is part of the βPickβ brand alongside CinePick and MeloPick.
