-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01049d4
commit 7210cc6
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<div align="center"> | ||
<img width=20% src="/public/podcast.png"> | ||
</div> | ||
|
||
|
||
<div align="center" > | ||
<img src="https://i.imgur.com/vfVNR7r.png" alt="Exemplo da aplicação" style="margin-top: 30px"> | ||
</div> | ||
|
||
## 💻 Projeto | ||
O # devTalk é uma aplicação desenvolvida durante a Next Level Week 5 de React da RocketSeat. Nele podemos escutar nossos podcasts preferidos e acompanhar a postagem de novos. O projeto foi construído ao longo de 5 dias com tecnologias e conceitos mais recentes do desenvolvimento web, usando NextJS e React e fazendo o fetch de uma API fake para trazer novos dados diariamente. | ||
|
||
## 📜 Guia Trilha React | ||
<div> | ||
<p>Dia 1 - React e Next.js </p> | ||
<p>Dia 2 - Consumindo a API</p> | ||
<p>Dia 3 - Paginação </p> | ||
</div> | ||
|
||
## ⛏ Tecnologias | ||
- [X] TypeScript | ||
- [X] ReactJS | ||
- [X] [Next.js](https://nextjs.org/docs) | ||
### Dependências | ||
- [X] Yarn | ||
- [X] Axios | ||
- [X] JSON Server | ||
|
||
```bash | ||
npm run server and npm run dev | ||
# or | ||
yarn server and yarn dev | ||
# Open http://localhost:3000 with your browser to see the result. | ||
``` | ||
|
||
## 📝 License | ||
|
||
This project is under the MIT license. See the archive [LICENSE](LICENSE.md) for more details. | ||
|
||
--- | ||
<blockquote> | ||
Feito por Felipe Lôbo | ||
</blockquote> |