Ben Crittenden's Projects


The Monte Carlo Simulator allows you to take one or two number ranges, randomly generate values within those ranges, select target values, and graph them out onto a PDF file that is downloaded to your computer and placed in your default downloads folder.



The QR Code Generator can generate a QR code out of any characters you submit. Your QR code will be downloaded to your computer as a PNG file and placed in your default downloads folder.



The Weather Forecast App takes the ZIP code of the area you want forecasted and returns a page containing the information you desire. This app uses two different APIs; the Google Maps Platform API and the OpenWeatherMap One Call API. The former API converts the ZIP code into latitude and longitude coordinates, while the latter takes those coordinates to retrieve the weather forecast for that area.



The Grade Level Text Analyzer takes an excerpt of text and determines an appropriate grade level for that text. This analyzer uses three different indices: Flesch-Kincaid, Gunning Fog, and Coleman-Liau. All three scores are given, as well as uniform and weighted averages.