User profile icon on top right corner with dummy user image and a downward arrow
On clicking the downward arrow a drop will appear with the below options
2.1 User Profile
2.2 Admin Dashboard if the logged in user is an Admin
2.3 Logout
Logged in user info can be found in Local Storage
On clicking Admin Dashboard option navigate to a new page(component)
On clicking User Profile a bootstrap modal will appear with all the information about the logged in user
On clicking Logout user will be get logged out and will navigate back to login screen
Towards the left of user icon show the full name in Camel casing. First name + Last name can be obtained from Local Storage.
Create user profile icon in Header