vets-who-code-app
vets-who-code-app copied to clipboard
<Romeo-Golf-Main Branch> State Management
This change is to be completed within the Romeo-Golf-Main branch.
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.
Business Sense
- This will allow the User to receive a resume that has the information they have entered.