An open API service indexing awesome lists of open source software.

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

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/).

[![Tracalorie-Webpack](screenshot.png)](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])