Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 333 Bytes

Frontend code for vaccination calendar app

Overview:

  1. Store FullName: BirthDate key-pairs in localstorage
  2. When navigating to the FullName page (/firstName-secondName), extract the BirthDate and calculate the vaccination dates

Local launch

  1. Install dependencies with yarn
  2. Run the server with yarn start