Foo Bar Fizz Buzz App

A web app that displays numbers from 1 to 100, replacing multiples of 3 with 'Foo', multiples of 5 with 'Bar', multiples of both 3 and 5 with 'FizzBuzz', and displaying all other numbers as is.