This is an application created with React that collects the 100 most popular podcasts on iTunes and you can listen to them with a simple interface.
-
Installation:
npm install
-
Run the project in development mode:
npm run start
-
Run the project in production mode:
npm run start:prod