Skip to content

agnibho/dietsurvey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                        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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors