- Fixes issue with sorting on leaderboard.
- Adds a lot of tests for redux action/reducers.
- Moves from state.user into redux auth_user making Redux more Single Source of Truth.
- Moves from using state.toggleAnswered from App into Home - by using useState function hook.