Skip to content

kheppenstall/quantified_self

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantified Self

Jessie and Kyle's Quantified Self project for Turing.

Calorie tracker that you can use to create foods, edit foods, add foods to meals, and filter foods by name.

Production Site

Internal API documentation

Project Spec

Tech Stack: Javascript, JQuery, Mocha, Chai, Asdf, Github Pages

Getting Started

Follow these steps from the command line to get the project on your local machine:

  1. git clone https://github.com/kheppenstall/quantified_self.git
  2. cd quantified-self-os
  3. open index.html

Running the Tests

Follow these steps (after running the steps above) from the command line to run our test suite:

  1. brew install node (unless you already have node installed on your machine)
  2. npm install -g mocha
  3. npm install -g asdf
  4. asdf
  5. Visit localhost:5000/test/foods-test.html in your browser to see tests for foods.html
  6. Visit localhost:5000/test/index-test.html in your browser to see tests for index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published