Skip to content

Commit b9f6a94

Browse files
update readme.md
1 parent a3dfad2 commit b9f6a94

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1-
# dev.finances
2-
Aplicação de controle de financeiro, desenvolvida durante a Maratona Discover realizada pela @Rocketseat
1+
<div align="center">
2+
<h1 align="center">dev.finance$</h1>
3+
<img src="./design/desktop.png" alt="Logo" width="800">
4+
</div>
5+
6+
## Índice
7+
8+
* [Descrição](#descrição)
9+
* [Features](#features)
10+
* [Techs](#techs)
11+
* [Modelo](#modelo)
12+
* [Tipo de fonte](#tipo-de-fonte)
13+
* [Links Contato](#links)
14+
* [Licença](#licença)
15+
16+
# Descrição
17+
Aplicação de controle de financeiro, desenvolvida durante a Maratona Discover realizada pela <a href="https://github.com/Rocketseat">@Rocketseat</a>
18+
19+
<h2 align="center">
20+
🚧 Em construção... 🚧
21+
</h2>
22+
23+
## Features:
24+
- [ ] Cadastro de novas trasações<br>
25+
- [ ] Exclusão de trasações<br>
26+
- [ ] Valor total de entrada de trasações<br>
27+
- [ ] Valor total de saída de trasações<br>
28+
- [ ] Valor total disponível<br>
29+
- [x] Modal<br>
30+
- [x] Responsividade<br>
31+
32+
### Techs:
33+
- HTML
34+
- CSS
35+
- JavaScript
36+
37+
## Modelo:
38+
- O modelo final para desktop e mobile está disponível na pasta `./design`
39+
40+
## Tipo de fonte:
41+
- Poppins
342

443
# Licença
544
<p align="center"><a href="https://github.com/CleilsonAndrade/dev.finances/blob/master/LICENSE"><img src="https://camo.githubusercontent.com/002151a49ee9afae7ce4c2bce93056c9f0e108fbd14e5a7e46e7e79d87bb1071/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e63652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265" alt="licence mit" data-canonical-src="https://img.shields.io/badge/licence-MIT-blue.svg?style=flat-square" style="max-width:100%;"></a></p>

design/desktop.png

69 KB
Loading

design/mobile.png

33.2 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 class="sr-only">Transações</h2>
9191
</section>
9292
</main>
9393

94-
<div class="modal-overlay active">
94+
<div class="modal-overlay">
9595
<div class="modal">
9696
<div id="form">
9797
<h2>Nova Transação</h2>

0 commit comments

Comments
 (0)