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.
- Host: GitHub
- URL: https://github.com/henriquemarquesdev/podcastr
- Owner: henriquemarquesdev
- License: mit
- Created: 2021-04-19T21:10:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T19:47:48.000Z (over 3 years ago)
- Last Synced: 2024-12-27T21:16:11.549Z (over 1 year ago)
- Topics: axios, nextjs, react, rocketseat, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
π Done π

---
## π 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/)