Description: Music desktop app built with Electron and React.
Task: Build a native desktop app using Electron that plays music from Soundclound (using its API). React is used for the front-end. The purpose was to learn using Electron and React by doing. I followed Chris Nwamba's tutorial Build a Music Player with React & Electron at Scotch.io. Use the search bar on top to search for any music on Soundcloud.
How to use:
-
npm install
to install all dependencies. -
npm start
runs the app and opens it up in a new Electron window.