Explore showcase

Anime Info Translator

Developer · Apr 2024

Project9 / 13

Overview

At a glance

Desktop utility from early coursework: search anime, inspect metadata, translate text for bilingual skim-reading.

JavaFXJikan APIGoogle Translate API
View GitHubView GitHub

Features

  • Anime lookup and metadata display.
  • Translation workflow on fetched fields.

Implementation

  • Wired JavaFX event handlers to API request pipeline.
  • Parsed API responses and mapped data to UI.
  • Integrated translation requests and formatted output.

Challenges

  • Coordinating two external API behaviors.
  • Handling UI flow around network operations.

Reflection

  • Great early project for learning practical API integration with GUI development.