An open API service indexing awesome lists of open source software.

https://github.com/miguelitodev/podcastr

O PodCastr é uma aplicação web de podcast onde são mostrados os episódios já lançados, onde é possível ouvir os episódios.
https://github.com/miguelitodev/podcastr

context-api hooks nextjs nlw nlw-5 reactjs rocketseat

Last synced: 3 months ago
JSON representation

O PodCastr é uma aplicação web de podcast onde são mostrados os episódios já lançados, onde é possível ouvir os episódios.

Awesome Lists containing this project

README

        


Podcastr logo


Demo



Podcastr is a platform built for podcast broadcasting.

![Podcastr preview](.github/app-preview.png)

## Tecnologies




Technologies used

This project was developed using cutting edge front-end technologies.

- [ReactJS](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)

## 💻 Getting started

### Requirements

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

**Clone the project and access the folder**

```bash
$ git clone https://github.com/miguelrisquelme/podcastr.git && cd podcastr
```

**Follow the steps below**

```bash
# 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`

---

Made with 💜 by Joseph Oliveira 👋 [Check out my LinkedIn](https://www.linkedin.com/in/miguelrisquelme)