Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ytasheva/console-finances
- Owner: YTasheva
- License: mit
- Created: 2023-11-11T02:24:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T19:33:07.000Z (about 1 year ago)
- Last Synced: 2024-11-24T17:11:46.876Z (2 months ago)
- Language: JavaScript
- Homepage: https://ytasheva.github.io/Console-Finances/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### 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)