This is the very first webpage I created. Uses vanilla JavaScript, CSS and HTML.
Tried using Mocha and JSDOM for testing, but had problems checking against the document cookie, so changed to Cypress.
The source code is instrumentalized using Istanbul and an image is built for creating a Docker container, which starts a Nginx server and Cypress runs the tests against it. This is all integrated into a CI pipeline.