Skip to content

A desktop music player app build using Angular and Electron.

Notifications You must be signed in to change notification settings

JonesXavi/desktop-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learnt in 2019 - [Desktop Music Player]

This is the second app of the Learnt in 2019 series after the MERN-Todo app. This is a desktop based music player app built using Angular & Electron. This utilises SoundCloud APIs to play music from a playlist(which is totally configurable).

Learnings

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

Electron should be installed globally. npm i -g electron

Installing

  1. Clone this repo to your local.
  2. Do npm install inside the repo root folder.
  3. Do npm run build.
  4. Do npm run start for a dev server. Navigate to http://localhost:4200/ in the browser and the app will be ready.
  5. Do npm run electron to open as a desktop app.

TODO

  • Search Functionality
  • Unit test cases