A webpage in Ruby
Run the command, gem install sinatra to install sinatra
After that, make a folder called views and download index.erb inside it.
Navigate to the directory where your app.rb file is located.
Run the Sinatra app by typing: ruby app.rb
Open a browser and go to http://localhost:4567. You should see a form where you can input the length of the random string you want to generate.