Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michalbie/music-player

Minimalistic music player proposition made in Vue which downloads music from Node.js server
https://github.com/michalbie/music-player

design music music-player node nodejs proposition responisve responsive-design vue vue-cli vuejs website

Last synced: 24 days ago
JSON representation

Minimalistic music player proposition made in Vue which downloads music from Node.js server

Awesome Lists containing this project

README

        

# Music-Player · ![GitHub](https://img.shields.io/github/license/michalbie/Music-Player) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/michalbie/Music-Player.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/michalbie/Music-Player/context:javascript)

Minimalistic music player proposition made in Vue.js which downloads music from Node.js server. Check out live: https://music-player-michalbie.vercel.app.
If you want to see server side of this project go to https://github.com/michalbie/Music-Player-Server

## Technologies used
Vercel

## App look
![Desktop](assets/screenshots/desktop1.PNG "Desktop")
![Mobile](assets/screenshots/mobile1.PNG "Mobile")

## Main features
* Responsiveness
* Minimalistic design
* Playlist functionality
* Buttons to control music
* Label with size of the track and its album name

## Contribution
If you want to contribute, please create new pull request or open an issue. Copy my .editorconfig file and follow rules from this link [Style Guide](https://github.com/bevacqua/js
"bavacqua style guide").

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```