I implemented a keystroke version of Hangman game with HTML, CSS and JavaScript, making a webpage without using any runtime-enviromnent or library.
From this web game, I build an image and made a containerized application by using Docker. Using Kubernetes I made deployment of the image of my containerized application on Minikube cluster.
My web-app browser game, dependencies are in the /App folder.
Dockerfile for container image of my web app to run on Nginx web server on top of a linux distribution are in the /Docker folder.
In /K8s file are Kubernetes YAML manifests: Pod, Deployment and Service.