Overview

Get a brief overview of the Jukebox application, an Ionic and Electron app that can play saved MP3 tracks.

What will we develop in this case study?

In our final case study, we’ll create an Electron desktop application, an MP3 player, which incorporates the following features and functionality:

  • Implements various aspects of the Web Audio API
  • Loading and playing MP3 tracks
  • Allow the user to shuffle the order in which tracks are displayed and played
  • Tracks can be played on a repeatable loop
  • Draggable playhead allows the user
...