https://github.com/derektypist/build-a-statistics-calculator
Array Manipulation Methods such as map(), reduce() and filter(). Handling User Input, DOM Manipulation and Method Chaining. Perform Statistical Calculations like mean, median, mode, variance and standard deviation.
https://github.com/derektypist/build-a-statistics-calculator
arrays css3 dom-manipulation freecodecamp-project html5 javascript statistics
Last synced: about 1 month ago
JSON representation
Array Manipulation Methods such as map(), reduce() and filter(). Handling User Input, DOM Manipulation and Method Chaining. Perform Statistical Calculations like mean, median, mode, variance and standard deviation.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-statistics-calculator
- Owner: derektypist
- Created: 2024-02-28T13:41:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T13:50:31.000Z (over 2 years ago)
- Last Synced: 2025-03-22T19:19:23.700Z (about 1 year ago)
- Topics: arrays, css3, dom-manipulation, freecodecamp-project, html5, javascript, statistics
- Language: JavaScript
- Homepage: https://derektypist.github.io/build-a-statistics-calculator/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Statistics Calculator
Array Manipulation Methods such as `map()`, `reduce()` and `filter()`. Handling User Input, DOM Manipulation and Method Chaining. Perform Statistical Calculations like mean, median, mode, variance and standard deviation.
## Technologies
Uses HTML5, CSS3 and JavaScript. Array Manipulation Methods such as `map()`, `reduce()` and `filter()`.
## Deployment
Deployed on [GitHub Pages](https://derektypist.github.io/build-a-statistics-calculator/) on the main branch.
## Credits
### Acknowledgements
[FreeCodeCamp - JavaScript Algorithms and Data Structures](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/)