{"id":25879594,"url":"https://github.com/ummamali/tracalorie","last_synced_at":"2026-04-17T12:34:48.138Z","repository":{"id":277799083,"uuid":"882673352","full_name":"Ummamali/tracalorie","owner":"Ummamali","description":"Tracalorie is a web application that helps users keep track of their daily calorie intake and expenditure. Users can set a calorie goal for the day, add calories consumed from food, and subtract calories burned through workouts. The app provides a clean and simple interface to monitor and manage daily calorie balance effectively.","archived":false,"fork":false,"pushed_at":"2025-02-17T07:26:38.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T12:48:46.328Z","etag":null,"topics":["css3","documentobjectmodel","html5","javascript","objectorientedprogramming","singlepageapplication","state-management","tailwindcss","vanilla-javascript"],"latest_commit_sha":null,"homepage":"http://tracaloriewp.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ummamali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-03T13:11:12.000Z","updated_at":"2025-02-18T07:28:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d74f29ee-3607-4c73-903d-73cf11a04820","html_url":"https://github.com/Ummamali/tracalorie","commit_stats":null,"previous_names":["ummamali/tracalorie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ummamali/tracalorie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ummamali%2Ftracalorie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ummamali%2Ftracalorie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ummamali%2Ftracalorie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ummamali%2Ftracalorie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ummamali","download_url":"https://codeload.github.com/Ummamali/tracalorie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ummamali%2Ftracalorie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","documentobjectmodel","html5","javascript","objectorientedprogramming","singlepageapplication","state-management","tailwindcss","vanilla-javascript"],"created_at":"2025-03-02T13:19:20.793Z","updated_at":"2026-04-17T12:34:48.071Z","avatar_url":"https://github.com/Ummamali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥  Tracalorie (Javascript Version)\n\n**Tracalorie** is a web application that helps users keep track of their daily calorie intake and expenditure. Users can set a calorie goal for the day, add calories consumed from food, and subtract calories burned through workouts. The app provides a clean and simple interface to monitor and manage daily calorie balance effectively.  \n\nDeployed Version: [Tracalorie](https://tracaloriewp.vercel.app)\n\n\n\u003cimg src='./preview.jpg'/\u003e\n\n---\n\n## 📌 Project Overview  \n\n### **Type of Project**  \nA calorie-tracking web application designed to manage food intake and workouts for maintaining a healthy lifestyle.  \n\n### **Methodology**  \nThis project is developed using **Object-Oriented Programming (OOP)** principles in JavaScript to ensure modularity, reusability, and scalability.  \n\n---\n\n## 🔧 Technologies Used  \n\n- **HTML**: Provides the structure for the web application.  \n- **TailwindCSS**: Utility-first CSS framework for responsive and modern styling.  \n- **Vanilla CSS**: Custom styles for enhanced UI/UX design.  \n- **JavaScript**: Implements dynamic functionalities and OOP methodology.   \n- **Local Storage**: Saves data persistently in the browser for easy retrieval across sessions.  \n\n---\n\n## 🚀 Features  \n\n- **Set Daily Calorie Goal**: Define a target calorie limit for the day.  \n- **Add Calories**: Log calories consumed from food items.  \n- **Subtract Calories**: Track calories burned through workouts.  \n- **Calorie Balance**: Display remaining calories for the day based on consumption and expenditure.  \n- **Local Storage Integration**: Save calorie data persistently to resume tracking without data loss.  \n\n---\n\n## 🛠️ Running the Project  \n\n1. **Clone the Repository**  \n   ```bash\n   git clone https://github.com/ummamali/tracalorie\n   cd tracalorie\n\n---\n\n### 📌 Repository  \nYou can find the Webpack version of the project here:  \n[Tracalorie Webpack Version](https://github.com/ummamali/tracaloriewp)  \n\n### 🚀 Key Differences in the Webpack Version  \n\n1. **Module Bundling with Webpack**  \n   - Combines JavaScript, CSS, and other assets into optimized bundles.  \n   - Reduces file size and ensures better performance.  \n\n2. **Modern JavaScript Support**  \n   - Includes **Babel** for compiling ES6+ JavaScript into browser-compatible code.  \n\n3. **Development Server**  \n   - A built-in dev server with live reloading for a smoother development experience.  \n\n4. **Production-Ready Build**  \n   - Generates minified and optimized assets for deployment.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fummamali%2Ftracalorie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fummamali%2Ftracalorie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fummamali%2Ftracalorie/lists"}