Echoes Player

screenshot of Echoes Player
angular
bootstrap
scss

Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api

Overview

The Echoes Player is a YouTube player developed by Oren Farhi, offering a unique experience for listening to music and watching videos on YouTube. This project, implemented with Angular (2nd generation), aims at learning and experimenting with Angular while providing a media player experience for YouTube content consumption.

Features

  • YouTube Player: Fun and easy way to listen to music and watch videos from YouTube.
  • Chrome Application: Echoes Player is also available as a Chrome application.
  • Media Player Experience: Enhance your YouTube listening pleasure with a specialized media player approach.
  • @ngrx Solutions: Includes @ngrx/store for state management, @ngrx/effects for side effects, and more.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.