Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasgcf/podcastr
A platform built for podcast broadcasting. Developed during @Rocketseat NLW#05 free training.
https://github.com/eliasgcf/podcastr
nlw-05 podcast react rocketseat
Last synced: about 1 month ago
JSON representation
A platform built for podcast broadcasting. Developed during @Rocketseat NLW#05 free training.
- Host: GitHub
- URL: https://github.com/eliasgcf/podcastr
- Owner: EliasGcf
- License: mit
- Created: 2021-04-18T23:54:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T02:10:52.000Z (about 3 years ago)
- Last Synced: 2024-10-06T09:21:40.757Z (4 months ago)
- Topics: nlw-05, podcast, react, rocketseat
- Language: TypeScript
- Homepage: https://podcastr-eliasgcf.vercel.app/
- Size: 1.29 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Layout •
Technologies •
Getting started •
License
## 🔖 Layout
You can view the project layout through the link below:
- [Podcast Layout](https://www.figma.com/file/UwFEntsHpHYJlHNQAQr4gA/?node-id=160%3A2761)
Remembering that you need to have a [Figma](http://figma.com/) account to access it.
## 🚀 Technologies
- [ReactJS](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Sass](https://sass-lang.com/)
- [Next.js](https://nextjs.org/)## 💻 Getting started
### Requirements
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/package/npm)**Clone the project and access the folder**
```bash
git clone https://github.com/EliasGcf/podcastr.git && cd podcastr
```**Follow the steps below**
```bash
# Install the dependencies
yarn# Run JSON Server to simulate the REST API
yarn server# Start the application
yarn dev
```## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with 💜 by Elias Gabriel