Developed a modern MP3 metadata editor focused on making music file management simple and intuitive. The app allows users to upload MP3 files through drag and drop or file selection, inspect and edit common metadata tags, attach album artwork, preview the updated track information instantly, and save the edited file directly in the browser. The frontend was built with React, TypeScript, and Vite, with Chakra UI for a responsive interface and Framer Motion for smoother interactions. Metadata parsing and writing were handled with music-metadata and browser-id3-writer, keeping the workflow fully client side.