Right now dependencies like hint.min.css, bootstrap.min.css are all manually copied inside the repo.
A better way to do this would be to load them based on dependencies defined in package.json and load them through references.
Using something simple like gulp or even something like parcel should be enough as a build system