This is Christina's responce to the Updater Assignment - Card Component
clone/download this repo
https://github.com/chewster/Updater.git
cd into the new directory
cd Updater
install http-server
npm install http-server -g
run server
http-server
Boootstrap is used for responsive design
angularjs is used for data-binding to the front end to display the data
fontello is used to display the checkmark icon
index.html for the main landing page.
Creating a lib directory to store third party plugins/tools (angular, bootsrap, ,jquery, fontello)
data direcotry to store the json data needed to be displayed on the front end
css directory to store the stylesheets needed for the app
script directory to store custom javascript code