Develop an application that displays a blank chess board in
the form of 8x8 squares. The board should allow the user to click on any
square. Upon the click it should display the clicked position as the current
position of a knight piece and also display the positions that could be its
possible moves in reference to the current position.