What if youtube was designed to be used as music player? Media.io is a media player based on youtube, providing a beautiful User experience as a Music Player in watching Youtube videos. Made with Angular 8 & Bootstrap It can be regarded as the Media Player experience for youtube listening pleasure.
## 1
## 2
## 3
- ngrx/store State Management with Redux based on RxJs
- ngrx/effects - Side Effects layer for ngrx/store
- ngrx/router-store - Bindings to connect the Angular Router to @ngrx/store~
- ngrx-store-localstorage - local storage support for ngrx/store
- ngrx/store-devtools - a connector to redux devtool for chrome
- Angular
- Angular CLI
- @ngrx Platform
- Bootstrap v3.x (SASS, selected modules)
- Typescript (latest)
- ECMAscript latest
Run npm start
for a dev server. Navigate to http://localhost:4200/
to see the working app.
Run npm test
to execute the unit tests via Karma.
Run npm run test:ci
to execute the unit tests only Once
Run npm run e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.