Skip to content

mhered/calcount4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calcount4

A simple calorie counter app made using the Atri framework for Hacktoberfest'22

Select food items from the Dropdown menu and click the Add button to add them to the table. The app updates the table with the content of calories and nutrients of the foods consumed during the day and also updates the graph with the total intake of nutrients and calories during the last 7 days.

calories

See the Demo in github pages

Sources:

Note: there seems to be some issue with the conda installed in my system, the environment keeps activating itself when I issue pipenv shell :

(base)$ mkdir calcount4 && cd calcount4
(base)$ conda deactivate
$ pipenv install atri
$ pipenv shell
(calcount4)(base)$ conda deactivate
(calcount4)$ atri start

Build and deploy app

Update the demo app after git commit and git push of new source code

Note: atri commands must run from source directory and inside the pipenv environment, so if neeced do:

$ cd calcount4
$ pipenv shell
(calcount4)(base)$ conda deactivate
(calcount4)calcount4$

The first time, add organizationName and projectName ./atri_app/atri-server-info.json

Following times just build and deploy with:

$ atri build ssg
$ GIT_USER=<username> atri deploy ssg --gh-pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors