SnackTrace is a simple and lightweight calorie tracking app built with React and TypeScript. Set your daily calorie goal and log your snacks and meals with ease.
- 🎯 Set a daily calorie target
- 🍔 Log foods and track consumed calories
- 📊 Instantly see how much you've eaten and how much is left
-
Clone the repository:
git clone https://github.com/ttinonin/snacktrace.git cd snacktrace -
Download dependencies:
npm i- Run the development sever:
npm run dev- Persistent storage (localStorage or database)
- Macronutrient breakdown (protein, carbs, fats)
Contributions are welcome! Please fork the repository, create a new branch for your feature, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.

