Is your feature request related to a problem? Please describe.
The PageHeader now needs to connect to the backend so we can start working with dynamic data.
Describe the solution you'd like
Call the backend to get data for ModuleProgress.
Figma Design

Component Details
- Need to call
/modules/<int:module_id>/progress to get the module data like title. This is call should be called in src/components/Explore/Explore.js so then the appropriate data can be passed as props to the header component.
- For now display the first ModuleProgress that the Student has.
- You can see how API calls are made in one of the files in
src/services. API call should be made in src/services/ExploreService.js
Is your feature request related to a problem? Please describe.
The PageHeader now needs to connect to the backend so we can start working with dynamic data.
Describe the solution you'd like
Call the backend to get data for ModuleProgress.
Figma Design

Component Details
/modules/<int:module_id>/progressto get the module data like title. This is call should be called insrc/components/Explore/Explore.jsso then the appropriate data can be passed as props to the header component.src/services. API call should be made insrc/services/ExploreService.js