/CalorieCounter

A web app for Calorie tracking built with Django

Primary LanguagePythonMIT LicenseMIT

CalorieCounter

A django project for a calorie counter web application

How does it work?

  • each user has a unique food list which they can add food to it or delete from it.
  • users are able to "eat" food by adding food from their list.
  • eaten foods calories will be calculated and shown upon users profile page.
  • users can also set daily calorie goal.
  • users can look up foods that has been eaten in the past by date

Requirements

  • django==4.1.5
  • django-widget-tweaks==1.4.12
  • django-jalali-date==1.0.1
  • django_jalali==6.0.1
  • django-filter==22.1

Screenshots

image image image