initial commit
- Adding auth guard route for protected pages eg profile page if you are logged in you can't go back to the login or registration flow and vice versa
- Adding new component to load data from local storage and to initiate redux state
- Adding new hook
useLocalStorage
it can load multiple keys with given loading state to inform if all the date are loaded from the browser's localStorage
Edited by Mahmoud Tarek