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

https://github.com/henriquemarquesdev/podcastr

Next Level Week #05 by Rocketseat - ReactJS.
https://github.com/henriquemarquesdev/podcastr

axios nextjs react rocketseat sass typescript

Last synced: 2 months ago
JSON representation

Next Level Week #05 by Rocketseat - ReactJS.

Awesome Lists containing this project

README

          




πŸš€ Done πŸš€


Repository size

GitHub last commit

License



---

## πŸ“‹ About

Podcast page.

---

## πŸ“‚ How to run this project

To clone and run this app, you will need to [Git](https://git-scm.com) and [NodeJs](https://nodejs.org/en/).

### πŸŒ€ Cloning the repository

```bash
# Clone this repository
$ git clone https://github.com/HMDarkFir3/podcastr.git

# Access the project folder in the terminal/cmd
$ cd podcastr
```

### 🎲 Rodando a Aplicação

```bash
# Install dependencies
$ yarn install

# Run the Application in Development
$ yarn dev

# The server will log in port:3000 - `http://localhost:3000`

# Run the API server
$ yarn server

# The server will log in port:3333 - `http://localhost:3333`
```

---

## πŸš€ Technologies Used

The project was developed using the following technologies:

- [ReactJS](https://reactjs.org)
- [NextJS](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Sass](https://sass-lang.com)
- [Axios](https://github.com/axios/axios)

---

## πŸ’ͺ How to contribute to the project

1. Make a **fork** of the project.
2. Create a new branch with your changes: `git checkout -b my-feature`
3. Save the changes and create a commit message telling you what you've done: `git commit -m "feature: My new feature"`
4. Submit your changes: `git push origin my-feature`
> If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)

---

## πŸ§‘ Author


Henrique LuΓ­s Oliveira Marques



---

## πŸ“ License

This project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.


πŸ‘‹πŸ½ [Get in touch!](https://www.linkedin.com/in/henrique-luΓ­s-oliveira-marques-3406361a7/)