Once a project is selected from the list, we need to display a message indicating the user just clocked-in: ``` You clocked-in successfully ``` The message should disappear after 3 seconds. When the user clicks on clock-out, a message indicating the clock-out has been done needs to be displayed: ``` You clocked-out successfully ``` And the information in the summary sections needs to be updated.