This project was developed using the following technologies:
Podcastr is a web app to listen to podcasts. Currently, all the data come from a fake API, which contains 30 episodes of Rockeseat's famous 'Faladev', a podcast that brings content about technology and coding. You can check them out on Spotify and Youtube.
You can check the layout for this project through this link. However, a Figma account is required to access it.
- Clone this repo
- Install dependencies by running
yarn
- Start the fake API by running
yarn dev:server
- Start the Next.js server by running
yarn dev
Now you can access localhost:3000
on your browser.
This project is under MIT license. See LICENSE for more details.
Made with ♥ by Rocketseat and recoded by me 👋🏻