https://github.com/oscarvegav/calorie-tracker
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.
https://github.com/oscarvegav/calorie-tracker
hooks react t tailwindcss
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/oscarvegav/calorie-tracker
- Owner: OscarVegaV
- Created: 2025-06-28T17:35:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T18:42:21.000Z (11 months ago)
- Last Synced: 2025-06-28T19:45:42.285Z (11 months ago)
- Topics: hooks, react, t, tailwindcss
- Language: TypeScript
- Homepage: https://oscarvegav.github.io/calorie-tracker/
- Size: 178 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calorie Tracker
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.
## Features
- 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
## Getting Started
1. Clone the repository:
```
git clone https://github.com/OscarVegaV/calorie-tracker.git
```
2. Install dependencies:
```
npm install
```
3. Start the development server:
```
npm start
```
---
Feel free to modify this description to better fit your project!