Navigating from a form page to resume page in react

Working on a project and came across this repo, is it possible to have the form page on a separate pages and when data is changed in the form page it reflects in the resume pages .GitHub

I tried using useNavigate but data set on the form page didn’t reflect on the resume page