Beat looper app

September 2018
Progressive web app (PWA) to loop beats for scratching sessions (music).


Progressive web app means, this app is available as normal web page or can be installed on any mobile platform (Android, iOS). Therefore, we can't use the native mobile API, but only the web APIs.

This means we don't have access to real persistent storage besides the browser local storage, where all data is kept inside an IndexedDb:


Tech stack

<< back to project overview