Skip to content

jonniedarko/angular-kcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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>

About

Angularjs Calorie Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published