Skip to content

Commit

Permalink
readme finalizado, aplicação concluida e commit final
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzeu committed Nov 20, 2020
1 parent 29efc4c commit e21c505
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ Projeto desenvolvido durante a Situação de Aprendizagem ao decorrer do curso d
---
## 🎨 Layout

<!-- O layout da aplicação está disponível no Figma:
<img alt="Lifit" title="#Lifit" src="./public/assets/gif/lifit.gif" width="350px"/>

<img alt="Lifit" title="#Lifit" src="./public/assets/gif/lifit2.gif" width="350px"/>

<img alt="Lifit" title="#Lifit" src="./public/assets/gif/lifit3.gif" width="350px"/>

<img alt="Lifit" title="#Lifit" src="./public/assets/gif/lifit4.gif" width="350px"/>

<a href="https://www.figma.com/file/1SxgOMojOB2zYT0Mdk28lB/Ecoleta?node-id=136%3A546">
<img alt="Made by tgmarinho" src="https://img.shields.io/badge/Acessar%20Layout%20-Figma-%2304D361">
</a> -->

---
## 🛠 Tecnologias
Expand Down
17 changes: 17 additions & 0 deletions database/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
"quantity": "12",
"url": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.dkiRWWJ4t-KWk7meTmM79AHaE2%26pid%3DApi&f=1",
"id": 13
},
{
"name": "laranja",
"description": "A laranja é uma das frutas mais populares e amadas em nosso país. Seu sabor característico, seus nutrientes e o fácil acesso fazem com que a fruta dificilmente fique fora do dia a dia do brasileiro. Sem contar os benefícios da laranja para a saúde, que são inúmeros!",
"price": "122",
"quantity": "10",
"url": "https://rotanatural.eco.br/wp-content/uploads/2017/03/laranja.jpg",
"id": 14
}
],
"clients": [
Expand All @@ -95,6 +103,15 @@
"cpfCnpj": "00000000000",
"cep": "00000000",
"address": "rua paraná, 666"
},
{
"name": "marzeu",
"email": "[email protected]",
"password": "12345",
"cpfCnpj": "123.456.789-12",
"cep": "88045-610",
"address": "rua das pitangas, 177",
"id": 2
}
],
"teachers": [
Expand Down
Binary file added public/assets/gif/lifit.gif
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 public/assets/gif/lifit2.gif
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 public/assets/gif/lifit3.gif
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 public/assets/gif/lifit4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e21c505

Please sign in to comment.