https://github.com/arrudadev/podcastr
ReactJS web application produced during Next Level Week #05.
https://github.com/arrudadev/podcastr
nextjs nextlevelweek reactjs rocketseat sass typescript
Last synced: 3 months ago
JSON representation
ReactJS web application produced during Next Level Week #05.
- Host: GitHub
- URL: https://github.com/arrudadev/podcastr
- Owner: arrudadev
- License: mit
- Created: 2021-04-20T00:37:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T02:13:00.000Z (almost 5 years ago)
- Last Synced: 2025-09-03T06:38:12.254Z (10 months ago)
- Topics: nextjs, nextlevelweek, reactjs, rocketseat, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 700 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](http://makeapullrequest.com)
> ReactJS web application produced during Next Level Week #05.
Podcast is an app for playing audio episodes of your favorite podcast.

# :pushpin: Table of Contents
* [Technologies](#-technologies)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [NextJs](https://nextjs.org/)
- [Sass](https://sass-lang.com/)
# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/monteiro-alexandre/podcastr.git
```
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
```
git clone git@github.com:monteiro-alexandre/podcastr.git
```
**Install dependencies**
```
yarn install
```
Or
```
npm install
```
# :runner: Getting Started
Run the following command in order to start the application in a development environment:
```yarn start```
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Podcastr](https://github.com/monteiro-alexandre/podcastr/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/podcastr/blob/master/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/monteiro-alexandre/podcastr/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.