Skip to content

VagnerNico/nlw5react

Repository files navigation

GitHub language count GitHub repo size GitHub last commit MIT license

Podcastr 🚀

AboutPrototypeLocal developmentTechs

About

The Podcastr it's an application that allows listing and listening to podcasts.

The app is built in React + NextJS and gives all common commands from an audio player. Also, the app can show the details about the specific podcast by clicking on the podcast title.

This project was a resutl from the **NLW#05 event - Next Level Week - By Rocketseat.

🎨 Prototype

Prototype podcastr figma

Web - Desktop

Desktop demo

Web - Mobile

Mobile demo


Local development

Deps

Commands to put the App up

# Clone this repository -> using SSH
$ git clone git@github.com:VagnerNico/nlw5react.git

# Open the folder (project name or whatever name you gave to the repo on cloning process)
$ cd nlw5react

# Install dependencies
$ npm install / yarn

# Execute the json-server which mocks an API
$ npm run server / yarn server

# Execute the dev script
$ npm run dev / yarn dev

# The JSON server runs on port 3333 - http://localhost:3333

# The NextJS app will be available at 3000 port - 
# The application can be accessed through the URL http://localhost:3000

🛠 Techs