This repository contains code snippets for JavaScript example use.
Shows how to use file/upload HTML element, in the browser, to generate a string encoded image, which can be sent to the backend server.
Shows how to extract HTML form data, as JSON, ready to post to a backend server.
Shows how to fetch json date from a REST endpoint.
Shows how to use routing in a single page responsive web app.
Shows how to manipulate the DOM - Document Object Model, using JavaScript.
Shows how to animate HTML elements, via CSS and JavaScript.