Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

hersh-gupta/covid-guidelines-app

Repository files navigation

COVID Isolation Guidelines App

This application serves as a template for local jurisdictions' health departments to create up an easy-to-use calculator for residents to receive the latest COVID isolation guidelines.

Design Strategy

The design for this calculator consists of three guiding principles:

  • Easy to read
  • Mobile first
  • Easy to modify

How to Use

  1. Make sure you have node js and npm installed
  2. git clone this repository
  3. Open a terminal and run npm run preview in the repo directory

To-do

  • Add language support via i18n
  • Optimize i18n code in BodyOptions component
  • Save language state
  • Add routing and chunking for better load times
  • Separate guideline parameters into config files

Credits

Made using Tailwind, Vue, and Vite.