π» Features β’ π Technologies β’ π¨ How to run the project β’ π Thanks β’ π References
- Play, Pause, Repeat, Next, Previous, Shuffle
- Statistics page for each episode
- Slider
- Highlight for the last 2 episodes
- List of episodes consuming a JSON API
# Clone this repository
$ git clone https://github.com/tl-lucasestevam/podcastr.git
# Access the project folder
$ cd podcastr
# Install the dependencies
$ yarn install
# Run the json server to emulate the api
$ yarn server
# Run the application in development mode
$ yarn dev