💻 About | ⚙️ Functionalities | 🛠 Technologies | 🚀 Usage | 📝 License | 👦 Author
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.
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.
This project was developed using the following technologies:
- HTML
- CSS
- JavaScript
Before starting to run the application, you will need to install Git and VSCode on your machine.
# 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
This project is under MIT license. Check out LICENSE for more details.
Felipe Oliveira
Made with 💚 by Felipe Oliveira