Skip to content

Projeto desenvolvido durante a NLW#05. Site de podcasts feito com NextJS

License

Notifications You must be signed in to change notification settings

djonibourscheid/Podcastr-NLW5

Repository files navigation

Technologies   |    Preview   |    Getting started   |    Layout   |    Challenges   |    License

Podcastr is a platform built for podcast broadcasting.

🧪 Technologies

🔥 Preview

Deploy with Vercel

💻 Getting started

Requirements

  • You need to install both Node.js and Yarn to run this project.

Clone the project and access the folder

$ git clone https://github.com/djonibourscheid/Podcastr-NLW5.git && cd Podcastr-NLW5

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

🔖 Layout

You can view the project layout through the links below:

Remembering that you need to have a Figma account to access it.

🔥 Challenges

  • PWA
  • Responsive
  • Dark Theme
  • Styled Components
  • Electron (Desktop)

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


This readme was based on @guilhermecapitao, @josepholiveira and @C0bal