Frontend/UI for Disease Info

User interface to display the scrapped data gotten by the Disease Info scrapper from Health Organizations sites like WHO, CDC et al. It is an Angular PWA on a Bootstrap framework.

It is live here - https://disease-info.herokuapp.com/

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:devcenter-square/disease-info-ui.git

If you use https, use this instead

git clone https://github.com/devcenter-square/disease-info-ui.git

Setting Up

  1. Install Node.js
  2. cd into the project directory
  3. npm install
  4. nodemon or node server.js to launch the app

Contributing

The #1 contribution you could make is to blog, share, post, tweet, and tell people about disease-info. This will go a long way in building a sustainable community.

View the Contribution Guide for how to contribute.

To Do