Calorie Tracker is a web application built with React and TypeScript that helps users monitor their daily calorie intake and expenditure. Users can log foods and activities, track calories consumed and burned, and view their daily balance. All data is stored locally in the browser for privacy and convenience.
- Add, edit, and delete food and activity entries
- Calculate total calories consumed and burned
- View daily calorie balance
- Data persistence using local storage
- Responsive and user-friendly interface
- Clone the repository:
git clone https://github.com/OscarVegaV/calorie-tracker.git - Install dependencies:
npm install - Start the development server:
npm start
Feel free to modify this description to better fit your project!