felipeoes / maratona-discover

dev.finances is a financial control application, in which users can register and delete transactions and see their incoming and outgoing balance.

Home Page:https://maratona-discover.felipeoes.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language count Repository size License Made by Felipe Oliveira

dev.logo

πŸ’» About   |    βš™οΈ Functionalities   |    πŸ›  Technologies   |    πŸš€ Usage   |    πŸ“ License   |    πŸ‘¦ Author

devFinances

See

πŸ’» About

dev.finances is a financial control application, in which users can register and delete transactions and see their incoming and outgoing balance πŸ’° Developed during the Maratona Discover, an event promoted by RockeatSeat.

βš™οΈ Functionalities

It has a intuitive "New transaction" button, so users can click to add a new transaction.

By clicking on that button, users can choose if the transaction is either an income or expense type, set date and transaction's amount. After that, the application automatically calculates the total amount users have.


πŸ›  Technologies

This project was developed using the following technologies:

  • HTML
  • CSS
  • JavaScript

πŸš€ Usage

Prerequisites

Before starting to run the application, you will need to install Git and VSCode on your machine.

🧭 Running application

# Clon this repo
$ git clone https://github.com/felipeoes/maratona-discover.git

# Access project directory and run on terminal
$ cd maratona-discover

# Run on VSCODE
$ code .

# Right click on index.html file and run with Live Server

# Application will be opened at port:5500, so just access http://localhost:5500

πŸ“ License

This project is under MIT license. Check out LICENSE for more details.


πŸ‘¦ Author

Felipe Oliveira

Felipe Oliveira


Made with πŸ’š by Felipe Oliveira

Linkedin Badge Whatsapp Badge Gmail Badge

About

dev.finances is a financial control application, in which users can register and delete transactions and see their incoming and outgoing balance.

https://maratona-discover.felipeoes.vercel.app/

License:MIT License


Languages

Language:JavaScript 40.6%Language:CSS 34.8%Language:HTML 24.7%