{"id":23752533,"url":"https://github.com/jingjing-jin/calorie-tracker-app","last_synced_at":"2026-05-06T11:38:17.148Z","repository":{"id":130984084,"uuid":"603295289","full_name":"jingjing-jin/Calorie-Tracker-App","owner":"jingjing-jin","description":"A cross-platform mobile application","archived":false,"fork":false,"pushed_at":"2024-08-08T04:55:54.000Z","size":723,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T17:53:12.453Z","etag":null,"topics":["backend","cloud-database","front-end","mobile-development","node-js","react-native"],"latest_commit_sha":null,"homepage":"","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/jingjing-jin.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}},"created_at":"2023-02-18T04:12:58.000Z","updated_at":"2024-08-08T04:55:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c341dde-1745-45d6-8796-a9449a57b2ac","html_url":"https://github.com/jingjing-jin/Calorie-Tracker-App","commit_stats":null,"previous_names":["jingjing515/calorie-tracker-app","jingjing-jin/calorie-tracker-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingjing-jin%2FCalorie-Tracker-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingjing-jin%2FCalorie-Tracker-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingjing-jin%2FCalorie-Tracker-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingjing-jin%2FCalorie-Tracker-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jingjing-jin","download_url":"https://codeload.github.com/jingjing-jin/Calorie-Tracker-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921844,"owners_count":19718844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backend","cloud-database","front-end","mobile-development","node-js","react-native"],"created_at":"2024-12-31T17:53:19.111Z","updated_at":"2026-03-14T19:30:16.435Z","avatar_url":"https://github.com/jingjing-jin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calorie Tracker App\n\nThe Calorie Tracker App is a cross-platform mobile application built using React Native. This app allows users to track their daily calorie intake, manage entries, and store data in a Firebase Firestore database. The application is designed to work seamlessly on both iOS and Android devices.\n\n## Technologies Used\n\n- **React Native**: Framework for building the cross-platform mobile application.\n- **Firebase Firestore**: Cloud-hosted NoSQL database for backend database to store and sync data in real-time.\n- **React Navigation**: For navigating between screens using a nested navigation structure.\n- **Environment Variables**: Using `react-native-dotenv` or `react-native-config` for secure configuration management.\n- **Expo**: Simplifies building, deploying, and testing React Native apps.\n- **Node.js \u0026 npm**: Used for running development scripts and managing dependencies.\n- **Git and GitHub**: For version control and collaboration, facilitating code management and pull requests.\n- **Android Studio / Xcode**: IDEs used for testing and debugging on Android and iOS.\n  \n## Features\n\n- **All Entries Screen**: View a list of all meal entries with calorie counts.\n  \n  \u003cimg src=\"./assets/AllEntries.png\" alt=\"All Entries Screen\" width=\"300\"/\u003e\n\n- **Over-limit Entries Screen**: Automatically mark and view entries with calorie counts over 500.\n  \n  \u003cimg src=\"./assets/OverLimtEntries.png\" alt=\"Over Limit Entries Screen\" width=\"300\"/\u003e\n\n- **Edit Entry**: Update or delete existing entries, and mark over-limit entries as reviewed.\n\n  \u003cimg src=\"./assets/EditEntry1.png\" alt=\"Edit Entry Screen 1\" width=\"300\"/\u003e\n  \u003cimg src=\"./assets/EditEntry2.png\" alt=\"Edit Entry Screen 2\" width=\"300\"/\u003e\n\n- **Add Entry**: Add new meal entries with validation for calorie and description inputs.\n  \n  \u003cimg src=\"./assets/AddAnEntry.png\" alt=\"Add Entry Screen\" width=\"300\"/\u003e\n\n## Setup Instructions\n\n- **Clone the Repository:** Use `git clone` to download the repository onto your local machine and navigate into the project directory using `cd`.\n\n- **Install Dependencies:** Use `npm install` to install all the necessary packages listed in the `package.json` file.\n\n- **Set Up Firebase:**\n  - Create a Firebase project in the Firebase Console and enable Firestore.\n  - Configure security rules for Firestore to manage data access appropriately.\n\n- **Environment Variables:**\n  - Use a `.env` file to store your Firebase configuration securely. You can use packages like `react-native-dotenv` or `react-native-config` to load these variables.\n\n- **Run the Application:**\n  - Use the `npx react-native run-ios` command to run the app on an iOS simulator.\n  - Use the `npx react-native run-android` command to run the app on an Android emulator.\n\nThis setup will ensure that your application is configured correctly with Firebase and can be tested on both iOS and Android platforms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingjing-jin%2Fcalorie-tracker-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingjing-jin%2Fcalorie-tracker-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingjing-jin%2Fcalorie-tracker-app/lists"}