Carb Manager Clone

Bhairav Reddy
2 min readJan 4, 2021

created a clone of carbmanager.com

Overview of Carb Manager: Carb Manager uses this information to calculate your daily energy budget and your macros goals. You can revisit and update your information at any time by using one of these options.

Here, we created clone Carb Manager by using HTML, CSS, and JavaScript with the coordination of Nitansh, Janak Bharadwaj, and me. you can see the Modules below the image.

In this process, Nitansh and Janak Bharadwaj worked on My Daily Log, Foods, Exercise, and My Measurement. Here, worked on My Nutrition & Wellness and Community modules.

Main challenges pages working as both static and dynamic web pages. In these pages want to create a daily activity of life by showing some bar charts and the history of day-to-day activity. yeah, that bar chart was really challenging for me, because that chart will update for every change when you update on daily logs.

In Nutrition & Wellness, again there are five modules. each module has one specialty. The first one Nutrition module in that there is a history of four types of food taken is Protein, carbohydrates, fat, and energy. Next Hydrogen module this module entirely depends on taking a glass of water. It will maintain a history number of glasses of water in a day. The last one Sleep Module this the same as the old ones it the maintenance of a history of how many hours will sleep in a day. This data will retrieve from the local storage.

Coming to community modules, In that profile thing, have to maintain the profile name when login into carb manager. So, with help of google authentication API that will be possible for me. And you post something in your profile that will appear in that module for that have used javascript. and also have some static web pages in the community.

--

--