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

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.

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!