Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 910 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 910 Bytes

#Angular-Kcal A small angular js module that will calculate a peron's Calorie Intake based on metabolic, activity level, age and sex.

Screenshot ScreenShot

###Instructions

  1. Add Kcal folder to to your route directory

  2. Include the following css in you Head

    <link rel="stylesheet" href="kcal/vendor/bootstrap/css/bootstrap.min.css">
    <link rel="stylesheet" href="kcal/module/kcal.css">
  3. Include the folling before the closing body Tag

    <!-- Vendor Scripts -->
    <script src="kcal/vendor/jquery.min.js"></script>
    <script src="kcal/vendor/bootstrap/js/bootstrap.min.js"></script>
    <script src="kcal/vendor/angular.min.js"></script>
    
    <!-- App Scripts-->
    <script src="kcal/module/kcal.module.js"></script>
    <script src="kcal/module/kcal.controller.js"></script>