https://github.com/ajschmidt8/fibonacci
Fibonacci App in Vue
https://github.com/ajschmidt8/fibonacci
another-label fibonacci testing
Last synced: 3 months ago
JSON representation
Fibonacci App in Vue
- Host: GitHub
- URL: https://github.com/ajschmidt8/fibonacci
- Owner: ajschmidt8
- Created: 2018-02-11T21:31:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T15:19:35.000Z (over 5 years ago)
- Last Synced: 2025-03-26T19:46:51.046Z (about 1 year ago)
- Topics: another-label, fibonacci, testing
- Language: Vue
- Homepage: https://fibonacciapp.netlify.com/
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
This is a Vue app that will summate the even numbers of the [fibonacci sequence](https://www.mathsisfun.com/numbers/fibonacci-sequence.html) that are less than the provided value.
Type in a value and press enter or click submit to see the sequence and its sum.
View the app [here](https://fibonacciapp.netlify.com/).
## Resources & Acknowledgements
- Fibonacci Sequence - https://www.mathsisfun.com/numbers/fibonacci-sequence.html
- Algorithm - https://medium.com/developers-writing/fibonacci-sequence-algorithm-in-javascript-b253dc7e320e
- UI Elements - https://semantic-ui.com/
- Asset Bundler - https://parceljs.org/
- JS Framework - https://vuejs.org/
- Static Site Host - https://www.netlify.com/