To go beyond work that is average, I'd like to see you do a bit of visualization.
For example, you might count how many times each web page in the site is visited. Then, print a histogram to the console that depicts this information. It might look like this:
to_do/ xxxxxxxxxxxx
/ xxxxxxx
blog/ xxx
or similar. Put simply, instead of reporting things numerically, give us a simple visual representation using an additional loop or two. This makes it easier for your user to see what is going on, instead of having to read through a bunch of numbers and make sense of it in their head.
