Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richllew182/console-finances
- Owner: RichLlew182
- License: mit
- Created: 2023-12-09T14:55:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T20:01:00.000Z (about 1 year ago)
- Last Synced: 2023-12-12T15:44:25.057Z (about 1 year ago)
- Language: JavaScript
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# console-finances
Unit 4 Challenge of EDX Bootcamp in Front End Web DevelopmentTable of Contents
## Description
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)