Vets-Who-Code/romeo-golf-cohort

BE - State Management

Opened this issue · 0 comments

Description

As a User, I need the information I provided to be on the Resume that I am downloading

Acceptance Criteria

  • Create a useState variable to containe User input data.
  • Create an initial state that is an object containing a key for each resume section.
  • State must be able to be passed down to all needed components.

Time Investment

  • BE: Create the initial state for the useState hook to be passed through to the components from the App.js. estimated time 2 hours.

Business Sense

  • This will allow the User to receive a resume that has the information they have entered.