timothygorer / MaterialNutrition

A responsive and easy-to-use calorie and nutrition tracker that syncs user data across browsers. Easily set and follow caloric and macronutrient goals, track daily nutritional intake, and plan out future meals.

Home Page:https://material-nutrition.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Nutrition

A responsive and easy-to-use calorie and nutrition tracker that syncs user data across browsers. Easily set and follow caloric and macronutrient goals, track daily nutritional intake, and plan out future meals.

Built with Angular and Firebase.

https://material-nutrition.web.app/

Development

Add environment consts to src/environments

Then run:

$ npm install
$ ng serve

Deployment

Beta

Build with:

$ ng build --aot

Deploy with:

$ firebase use beta
$ firebase deploy --only hosting:beta

Prod

Build with:

$ ng build --prod

Deploy with:

$ firebase deploy --only hosting:prod

About

A responsive and easy-to-use calorie and nutrition tracker that syncs user data across browsers. Easily set and follow caloric and macronutrient goals, track daily nutritional intake, and plan out future meals.

https://material-nutrition.web.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 58.0%Language:HTML 28.5%Language:SCSS 11.7%Language:JavaScript 1.8%