This is a simple calorie counter app built with vanilla JavaScript and bundled using Webpack. It tracks your meals and workouts, calculating the total calories consumed and burned.
This project is part of Brad Traversy's Modern JS From The Beginning 2.0 course. I highly recommend it!
All of the JavaScript code I've written is located in the src
folder.
Click here for a version of this app built without Webpack.