Skip to content

Commit

Permalink
Merge pull request #1 from ruymon/develop
Browse files Browse the repository at this point in the history
stable realease
  • Loading branch information
ruymon authored Dec 26, 2021
2 parents 648b033 + 62b3fce commit 1eaf5ee
Show file tree
Hide file tree
Showing 42 changed files with 2,661 additions and 270 deletions.
Binary file added .github/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/podcastr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 38 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,52 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
<h1 align="center">
<img alt="podcastr" title="podcastr" src=".github/logo.png" />
</h1>

## Getting Started
<p align="center">
<img alt="License" src="https://img.shields.io/static/v1?label=license&message=MIT&color=8257E5&labelColor=000000">

First, run the development server:
<img src="https://img.shields.io/static/v1?label=NLW&message=05&color=8257E5&labelColor=000000" alt="NLW 05" />
</p>

```bash
npm run dev
# or
yarn dev
```
<br>

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
<p align="center">
<img alt="Podcastr" src=".github/podcastr.png" width="100%">
</p>

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
## ✨ Tecnologias

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
Esse projeto foi desenvolvido com as seguintes tecnologias:

## Learn More
- [React](https://reactjs.org)
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

To learn more about Next.js, take a look at the following resources:
## 💻 Projeto

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
O podcastr é um app para reprodução de episódios em áudio do seu podcast favorito com uma interface moderna intuitiva. Pocastr: O melhor para você ouvir, sempre!

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## 🔖 Layout

## Deploy on Vercel
Você pode visualizar o layout do projeto através [desse link](https://www.figma.com/file/UwFEntsHpHYJlHNQAQr4gA/Podcastr/duplicate). É necessário ter conta no [Figma](http://figma.com/) para acessá-lo.

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
## 🚀 Como executar

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
- Clone o repositório
- Instale as dependências com `yarn`
- Inicie a Api *mocada* em ambiente de desenvolvimento com `yarn server`
- Inicie o servidor com `yarn dev`
- Para gerar uma build do projeto utilize `yarn build`

Agora você pode acessar a interface do projeto acessando [`localhost:3000`](http://localhost:3000) e a API no [`localhost:3333`](http://localhost:3333) do seu navegador.



## 📄 Licença

Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.

---

Feito com ♥ by Ruy Monteiro durante a NLW da Rocketseat 💜.
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
reactStrictMode: true,
images: {
domains: ['storage.googleapis.com'],
}
}
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"server": "json-server server.json -w -d 750 -p 3333",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.24.0",
"date-fns": "^2.27.0",
"next": "12.0.7",
"rc-slider": "^9.7.5",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"sass": "^1.45.0"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7"
"eslint-config-next": "12.0.7",
"json-server": "^0.17.0",
"typescript": "^4.5.4"
}
}
7 changes: 0 additions & 7 deletions pages/_app.js

This file was deleted.

5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

69 changes: 0 additions & 69 deletions pages/index.js

This file was deleted.

3 changes: 3 additions & 0 deletions public/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/pause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/play-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/play-next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/play-previous.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/playing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1eaf5ee

Please sign in to comment.