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

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

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/