Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devzgabriel/podcastr
Podcastr to bring you even closer to the best technology podcasts! This is a project developed during the Next Level Week, presented by @Rocketseat during April 19-25, 2021.
https://github.com/devzgabriel/podcastr
nextjs podcast reactjs typescript vercel
Last synced: 29 days ago
JSON representation
Podcastr to bring you even closer to the best technology podcasts! This is a project developed during the Next Level Week, presented by @Rocketseat during April 19-25, 2021.
- Host: GitHub
- URL: https://github.com/devzgabriel/podcastr
- Owner: devzgabriel
- License: mit
- Created: 2021-04-19T22:51:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T18:24:06.000Z (over 3 years ago)
- Last Synced: 2023-03-06T06:32:47.248Z (almost 2 years ago)
- Topics: nextjs, podcast, reactjs, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 457 KB
- Stars: 1
- 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.![Podcastr preview](.github/app-preview.png)
## ๐งช 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
- 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/devzgabriel/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`
## ๐ป Project
[Podcastr](https://podcastr-nlw.vercel.app/) to bring you even closer to the best technology podcasts! ๐
This is a project developed during the **[Next Level Week](https://nextlevelweek.com/)**, presented by **[@Rocketseat](https://github.com/Rocketseat)** during April 19-25, 2021.
## ๐ Layout
You can view the project layout through the links below:
- [Layout Web](https://www.figma.com/file/UwFEntsHpHYJlHNQAQr4gA/Podcastr?node-id=160%3A2761)
Remembering that you need to have a [Figma](http://figma.com/) account to access it.
## ๐ License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
---
Made with ๐ by Gabriel Silva