agnibho / dietsurvey

An application to perform nutritional assessment

Home Page:http://code.agnibho.com/dietsurvey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                        DietSurvey
			==========

What is DietSurvey?
-------------------

DietSurvey is a web application for calculating nutritional intake and comparing
it against the recommended dietary allowances of the members of a family.

DietSurvey is written in Javascript.

Downloading
-----------

Latest release of DietSurvey can be downloaded from
https://code.agnibho.com/dietsurvey/

The source code is available at https://github.com/agnibho/dietsurvey/

Usage
-----

DietSurvey needs to be compiled before in can be used. You need Node.js
and npm installed in your system to compile DietSurvey.

After downloading and decompressing the package, enter the package
directory and issue the following commands:

npm install
npm run build

Now you can use the app by opening the index.html file in any modern
web browser.

Alternatively you can run a development version of the app by issuing-

npm run dev

The interface of the application is designed to be self-explanatory.

A hosted version of Obscalc is available at
https://app.agnibho.com/dietsurvey/

Licensing
---------

Copyright (c) 2017 Agnibho Mondal
All rights reserved

This file is part of DietSurvey.

DietSurvey is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

DietSurvey is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with DietSurvey.  If not, see <http://www.gnu.org/licenses/>.

Contacts
--------

Agnibho Mondal
mondal@agnibho.com
www.agnibho.com

About

An application to perform nutritional assessment

http://code.agnibho.com/dietsurvey

License:GNU General Public License v3.0


Languages

Language:Vue 69.1%Language:JavaScript 20.7%Language:HTML 7.4%Language:CSS 2.8%