Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ytasheva/console-finances

Creating code for analyzing the financial records of a company
https://github.com/ytasheva/console-finances

Last synced: 14 days ago
JSON representation

Creating code for analyzing the financial records of a company

Awesome Lists containing this project

README

        

# Console-Finances

## Table of contents

- [Overview](#overview)
- [The Challenge](#the-challenge)
- [Acceptance Criteria](#acceptance-criteria)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built With](#built-with)
- [Author](#author)

## Overview

### The Challenge

- Creating code for analyzing the financial records of a company.

### Acceptance Criteria

- Create a new GitHub repo called Console-Finances. Then, clone it to your computer.
- Copy the starter files in your local git repository.
- A dataset have been given composed of arrays with two fields, Date and Profit/Losses.
- Task is to 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.
- You will need to track what the total change in profits are from month to month and then find the average.
- (Total/Number of months).
- The greatest increase in profits (date and amount) over the entire period.
- The greatest decrease in losses (date and amount) over the entire period.
- Your final code should print the analysis to the browser console - the resulting analysis should look similar to the following:

Screenshot 2023-11-11 at 02 41 28

### Screenshot

Screenshot 2023-11-11 at 03 09 06

### Links
- Solution URL: (https://github.com/YTasheva/Console-Finances)
- Live Site URL: (https://ytasheva.github.io/Console-Finances/)

### Built With

- JavaScript

## Author

- Github - [Yuliya Tasheva](https://github.com/YTasheva)