Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeblobo authored Apr 22, 2021
1 parent 01049d4 commit 7210cc6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
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>

0 comments on commit 7210cc6

Please sign in to comment.