Dice Roller

Dice Roller is a simple application for simulating the randomized rolling of two six sided die. It is my test-run at developing a callable API.

Instructions:

Connect to https://purple-bush-0e2d13210.4.azurestaticapps.net/ for client.

Connect/Enter https://dice-roller-server.azurewebsites.net/ for server.
* Of course, in a live app, this would not need to be entered. This is for testing purposes!

You can view the project here: https://purple-bush-0e2d13210.4.azurestaticapps.net/
For the source code, visit the GitHub: https://github.com/ryanehinkle/dice-roller-nodejs

Screenshot of a web page titled 'Dice Roller' with options to connect to a server and roll dice. The page shows two images of dice with different numbers of dots, a button labeled 'Roll Dice,' and text indicating the user has rolled a 2 and a 5.
Screenshot of a webpage displaying a message that reads: "You are connected to the Dice Roller server side API using Node.js and Express. The server is currently up and running and can be traced from the console."