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.
- Host: GitHub
- URL: https://github.com/miguelitodev/podcastr
- Owner: miguelitodev
- Created: 2021-04-20T14:38:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T13:09:51.000Z (about 4 years ago)
- Last Synced: 2025-02-23T21:05:26.294Z (3 months ago)
- Topics: context-api, hooks, nextjs, nlw, nlw-5, reactjs, rocketseat
- Language: TypeScript
- Homepage: https://podcastr-tan.vercel.app
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Podcastr is a platform built for podcast broadcasting.
## Tecnologies
![]()
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)