alexandrabatrak / console-finances

Finance report

Home Page:https://alexandrabatrak.github.io/console-finances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Finances

Code for analyzing the financial records of a company. 💜

About

Given: a dataset composed of arrays with two fields, Date and Profit/Losses.

Task: write JavaScript code that analyzes the records to calculate each of the following:

  • The total number of months included in the dataset.

  • The net total amount of Profit/Losses over the entire period.

  • The average of the changes in Profit/Losses over the entire period.

  • The greatest increase in profits (date and amount) over the entire period.

  • The greatest decrease in profits (date and amount) over the entire period.

All data to be logged in console.

  • Extra: Added HTML markup and display of data via JavaScript.

View the project 🧾

Screenshot

Credits

Background image by Milad Fakurian @Unsplash

Obtained information and snippets:

Licence

Licenced under the MIT license.

Image of github-profile-views-counter

Copyright © 2023 Alexandra Batrak

About

Finance report

https://alexandrabatrak.github.io/console-finances

License:MIT License


Languages

Language:JavaScript 74.4%Language:CSS 14.3%Language:HTML 11.3%