The Shiny application I created is an interactive demonstration of Central Limit Theorum. This builds off of the final project from the Statistical Inference course, in the Data Science Specialization on Coursera, offered by Johns Hopkins University.
The exponential distribution can be simulated in R with rexp(n, lambda) where lambda is the rate parameter. The mean of exponential distribution is 1/lambda and the standard deviation is also 1/lambda. In our demonstration we treat this as our null hypothesis essentially. We set lambda = 0.2 for all of the simulations, and a default number of samples of 40. The default number of simulations is set at 100.