Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Unit 4 Challenge of EDX Bootcamp in Front End Web Development
https://github.com/richllew182/console-finances

Last synced: about 2 months ago
JSON representation

Unit 4 Challenge of EDX Bootcamp in Front End Web Development

Awesome Lists containing this project

README

        

# console-finances
Unit 4 Challenge of EDX Bootcamp in Front End Web Development

Table of Contents



  1. Description



  2. Installation

  3. Usage

  4. License

  5. Contact

  6. Acknowledgments

## Description


Richard Llewellyn Console Finances Screenshot



This was the 4th homework challenge for the EDX Bootcamp in Front End Development.

Our task was to create code for analyzing the financial records of a company.

We were provided with an dataset of months and profits/losses in an array. We had to output:

* 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 Profit/Losses (date and amount) over the entire period.
* The greatest decrease in Profit/Losses (date and amount) over the entire period.

### Built With

* ![HTML](https://img.shields.io/badge/HTML-239120?style=for-the-badge&logo=html5&logoColor=white)
* ![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

## Installation

N/A

## Usage

To use this project, please open the website in Chrome and then use developer tools to view the messages being logged in the console


Once dev tools is open, navigate to the Console tab at the top of the tools (you may need to click the double arrows first to see this option).


Users should now see the financial analysis being logged to the console.


Users can also inspect the JavaScript source file by going to the Sources tab in developer tools and then the index.js file.

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

Richard Llewellyn - [email protected]

Project Link: [https://richllew182.github.io/console-finances/](https://richllew182.github.io/console-finances/)

Project Repo Link: [https://github.com/RichLlew182/console-finances](https://github.com/RichLlew182/console-finances)

## Acknowledgments

* [Img Shields](https://shields.io)
* [Best README Template](https://github.com/othneildrew/Best-README-Template)