File conversion tool that allows you to convert files from one format to another
Details:
- Forked FileFlex: A file conversion app utilizing Next.js 14, Tailwind CSS, and Shadcn/ui to create a sleek and responsive user interface and TypeScript for a seamless development experience.
- Implemented WebAssembly for optimized performance and faster processing speeds. Leveraged FFmpeg for robust and comprehensive media file conversion, providing users with reliable and high-quality output.
- Supported a wide range of formats for images (jpg, png, gif, etc.), videos (mp4, avi, mkv, etc.), and audio (mp3, wav, flac, etc.).
Contributions:
- Fixed bug:
- There was a bug in the front end when the user uploaded multiple files, for each file, the app was displaying the same file type to convert to. I fixed this bug by updating the file type for each file uploaded.