Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api
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.
The Echoes Player developed with Angular offers a unique way to interact with YouTube content, focusing on music and videos consumption. By providing a specialized media player experience, this project showcases the capabilities of Angular (2nd generation) while integrating key features like @ngrx solutions for efficient state management. The step-by-step installation guide makes it easy to get started with the Echoes Player and customize it for a personalized YouTube experience.
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 is the most popular CSS Framework for developing responsive and mobile-first websites.
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 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 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.