Added redux to manage sidbar state/Normalized the layout
- As the sidebar expands/collapses, it will automatically control the size of the container on the right side
- Added redux to get the sidebar's state everywhere from the app
- We can add user state in redux too. => so that we can access logged in user's state from any component in our app