https://github.com/yangbeibei88/tracalorie-webpack
Javascript OOP App to track calories, meals and workouts
https://github.com/yangbeibei88/tracalorie-webpack
Last synced: 19 days ago
JSON representation
Javascript OOP App to track calories, meals and workouts
- Host: GitHub
- URL: https://github.com/yangbeibei88/tracalorie-webpack
- Owner: yangbeibei88
- License: mit
- Created: 2023-10-23T05:22:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T22:17:00.000Z (11 months ago)
- Last Synced: 2025-02-18T00:57:21.782Z (4 months ago)
- Language: JavaScript
- Homepage: https://tracalorie.beibeiyang.dev/
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calories Tracker
## Overview
This is a simple calorie counter application developed using vanilla JavaScript with an object-oriented programming approach and bundled with Webpack. It allows you to track your meals and workouts, calculating the total calories consumed and burned.## Built With
This project is built with HTML, CSS, Javascript, Webpack.
- HTML
- CSS
- Javascript
- Webpack## Live Demo
Check out the live site [Tracalorie](https://tracalorie.beibeiyang.dev/).
[](https://tracalorie.beibeiyang.dev/)
## Features
- Displays the tracker status
- Allows saving and removing meals and workouts to/from local storage
- Persists total calories in local storage
- Displays a progress bar and calorie alert
- Enables filtering of meals and workouts
- Provides an option to reset the daily calorie limit## License
See LICENSE.md for more information.## Contact
- Beibei Yang [[email protected]](mailto:[email protected])