Cheeseburgerfun is an entertainment app where users can create burgers of any kind.
Users will run the app from their local server by running the command "node server.js" in their terminal. Navigating to the browser using URL "localhost:8080" will bring users to the single-page app. Users can type a name of a burger then click/tap the "Create!" button which will add their new burger to the "Burgers Ready to Eat" column. Clicking the "EAT IT NOW!" button will move the selected burger to the "Burgers Devoured!" column.
