Demonstration of the application | Features | Technologies used | Application installation
- List podcast episodes
- Details of a specific episode
- Listen to an episode
- Listen to the episode before the current
- Listen to the next episode to the current
- Pause an episode
- Shuffle the list of episodes
- Repeat an episode
git clone https://github.com/mathwcruz/podcastr_nlw05.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd podcastr_nlw05
andcode .
- run
yarn
to install the dependencies of the project - After that, run
yarn dev
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀