A simple website written in JavaScript, HTML & CSS that is counting up from the date that is specified in the code.
This is simply a private lab to try out the deployment of an website to a custom domain through GitHub Pages.
The story behind the date specified in the code and the background picture on the website is the last time the Swedish football team Hammarby won the Swedish Football League (Allsvenskan). Long time ago in other words.....
To run the tests and view coverage:
- Install the required dev dependency:
npm install
- Run the test coverage script:
npm run test:coverage
This will execute the tests and generate a coverage report.
