A simple and efficient Calorie Tracker application built using Go for the backend and React for the frontend. This project helps users manage their daily caloric intake by logging meals, tracking calories, and setting dietary goals.
- User Authentication: Sign up, log in, and manage profiles.
- Meal Logging: Add, edit, and delete meals with calorie information.
- Daily Goals: Set and track daily calorie goals.
- Analytics: View calorie intake trends with interactive charts.
- Responsive Design: Optimized for both desktop and mobile use.
- Go (Golang): For building a fast and reliable REST API.
- React: For a responsive and dynamic user interface.
- Clone the repository:
git clone <repository-url> cd calorie-tracker/backend