Podcastr is a web application for podcast broadcasting, the project was developed during Next Level Week #05 (ReactJS), event presented by Rocketseat.
To complement the project, I developed the dark mode for the application.
This project was developed using the following technologies:
You can view the project layout through this link. You must have an account at Figma to access it.
- First, you need install Node.js and Yarn.
- Clone the repository
git clone https://github.com/rafaelthz/podcastr-nlw5.git
- Access the folder
cd podcastr-nlw5
- Install the dependencies with
yarn
- Start the JSON "fake" server
yarn server
- Start the server with
yarn dev
Now you can access localhost:3000
in your browser.
Inspired by Rocketseat Education.