Calorie Counter is a web app that helps to tracks and counts the amount of calories consumed. This web app consists of basic CRUD( Create, Read, Update, Delete) operations. ChartJS was used to display the pie chart of the micronutrients.
Key Features • Installation Guide
- Add, Update and delete food details
- Detailed view of total calories consumed
- Chart of micronutrients
- Authentication functionality
$ git clone https://github.com/PRASUN-SITAULA/Calorie-Counter
$ cd Calorie-Counter
$ pipenv install
$ python manage.py runserver