Overview:
- Store
FullName: BirthDate
key-pairs in localstorage - When navigating to the
FullName
page (/firstName-secondName
), extract theBirthDate
and calculate the vaccination dates
- Install dependencies with
yarn
- Run the server with
yarn start