/vac-calendar

Small web app that displays days of vaccination for children

Primary LanguageTypeScriptMIT LicenseMIT

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