Project | Built with | Features | How to run | License | Get in touch
Podcastr is an application built for podcast broadcasting. More specific the Faladev podcast, by @Rocketseat.
This project was developed with the following technologies:
- Static Site Generation (SSG)
- 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
Clone the project and access the folder
$ git clone https://github.com/willerrodrigo/podcastr.git && cd podcastr
Follow the steps below
# Install the dependencies
$ yarn
# Run the backend fake server
$ yarn server
# Run the web server
$ yarn dev
The app will be available for access on your browser at http://localhost:3000
This project is under the MIT license. See the LICENSE for more information
Made with ☕ and ❤️ by Willer Rodrigo.