This is a demo application made with Angular. This app is a podcast player. It fetches podcast info
from itunes API.
It uses flex containers and simple media queries to be responsive.
Here are some screenshots:
Another view
1- Download repository
2- Run: docker compose up --build
3- Go to http://localhost:4200
1- Download repository
2- cd angular-app
3- npm install
4- ng serve
5- Go to http://localhost:4200