Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioBuzzi committed Jul 1, 2024
2 parents deaeaa7 + ae26bd2 commit 2b6d8d1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 204 deletions.
123 changes: 1 addition & 122 deletions site/assets/db/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,128 +6,7 @@
"senha": "senhagabriel",
"nome": "Gabriel Mayer Clary",
"email": "[email protected]",
"dados": [
{
"mes1": [
{
"categoria": "Agua",
"valor": 300
},
{
"categoria": "Luz",
"valor": 250
},
{
"categoria": "Gasolina",
"valor": 200
},
{
"categoria": "Aluguel",
"valor": 150
}
]
},
{
"mes2": [
{
"categoria": "Agua",
"valor": 250
},
{
"categoria": "Luz",
"valor": 200
},
{
"categoria": "Gasolina",
"valor": 150
},
{
"categoria": "Aluguel",
"valor": 100
}
]
},
{
"mes3": [
{
"categoria": "Agua",
"valor": 200
},
{
"categoria": "Luz",
"valor": 150
},
{
"categoria": "Gasolina",
"valor": 100
},
{
"categoria": "Aluguel",
"valor": 50
}
]
},
{
"mes4": [
{
"categoria": "Agua",
"valor": 150
},
{
"categoria": "Luz",
"valor": 100
},
{
"categoria": "Gasolina",
"valor": 50
},
{
"categoria": "Aluguel",
"valor": 0
}
]
},
{
"mes5": [
{
"categoria": "Agua",
"valor": 350
},
{
"categoria": "Luz",
"valor": 300
},
{
"categoria": "Gasolina",
"valor": 250
},
{
"categoria": "Aluguel",
"valor": 200
}
]
},
{
"mes6": [
{
"categoria": "Agua",
"valor": 400
},
{
"categoria": "Luz",
"valor": 350
},
{
"categoria": "Gasolina",
"valor": 300
},
{
"categoria": "Aluguel",
"valor": 250
}
]
}
]
"dados": []
},
{
"id": 1719601330954,
Expand Down
1 change: 1 addition & 0 deletions site/assets/script/cadastroapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ document.addEventListener("DOMContentLoaded", function () {
})
.then(response => response.text())
.then(data => {
window.location.href = 'login.html';
alert(data);
formCadastro.reset();
})
Expand Down
35 changes: 0 additions & 35 deletions site/assets/script/editarperf.js

This file was deleted.

2 changes: 1 addition & 1 deletion site/telas/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<section class="configuracoes">
<h1>Configurações</h1>
<div class="buttons">
<a href="editarperf.html" class="config-btn">Editar Perfil</a>
<a href="dashboard.html" class="config-btn">Dashboard</a>
<a href="trocarsenha.html" class="config-btn">Trocar Senha</a>
</div>
</section>
Expand Down
46 changes: 0 additions & 46 deletions site/telas/editarperf.html

This file was deleted.

0 comments on commit 2b6d8d1

Please sign in to comment.