Preview | Technologies Used | How to run the project | How to contribute | License
An application for listening to podcasts, where you can:
- Check the latest podcasts releases
- View all released episodes
- View details of a specific podcast
- Listen to a podcast
- Go to the next podcasts
- Go back to a previous podcast
- Repeat a podcast
- Listen to podcasts in random mode
- Clone this repository
git clone https://github.com/RuthMaria/podcastr.git
- Install dependencies
yarn
- Run the API
yarn server
- Run the project
yarn dev
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.