Skip to content

Quantified-self is a food/excercise diary to help the user keep track of calorie intake and expediture

Notifications You must be signed in to change notification settings

lsaville/quantified-self

Repository files navigation

Quantified Self

Quantified Self is a project built in javascript and html only hosted on github pages. The time scope of the project was two weeks worked on in a group of two while balancing other responsibilities. The original project prompt can be found here.

Main page

image of diary page(upper)

Initial Setup

If you don't already have node

brew install node

ps: npm is automatically installed when you install node with homebrew.

pps: If you're on a mac and don't already have homebrew, you should check it out.

To set-up this particular project please follow these steps:
  1. Clone the repository and rename the repository to quantified-self in one command
git clone [email protected]:lsaville/quantified-self.git
  1. Change into the quantified-self directory

  2. Install the dependencies

npm install
  1. Run the Server
npm start
  1. Visit the page

Once the server is running, visit in your browser:

  • http://localhost:8080/ to run your application.

Run Tests in the Terminal

To run all of your tests:

npm test

Authors

Lee Saville

Matt DeMarteau

License

MIT License

Copyright (c) 2017 Lee Saville & Matt DeMarteau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Quantified-self is a food/excercise diary to help the user keep track of calorie intake and expediture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages