#Fibonacci Calculator
This calculates fibonacci numbers.
I wrote this as an exploration of elegant recursion solutions. In my exploration, I realized that I couldn't calculate numbers above 80 without hitting timeout errors. Thus, I included memoization to keep the process elegant and make it fast.
Just open this up in your favorite browser through the index.html
file, or take a look live here