{"id":22612262,"url":"https://github.com/rcrdk/ignite-gym-app","last_synced_at":"2026-05-09T07:04:44.195Z","repository":{"id":266650856,"uuid":"895601389","full_name":"rcrdk/ignite-gym-app","owner":"rcrdk","description":"A Gym Training app for learning Gluestack Component Library and API Rest in React Native.","archived":false,"fork":false,"pushed_at":"2024-12-19T17:05:20.000Z","size":8299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T23:45:55.078Z","etag":null,"topics":["apns","axios","axios-react","context-api","expo","fcm","gluestack-ui","http","jwt","onesignal","push-notifications","react","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rcrdk.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":"2024-11-28T14:10:35.000Z","updated_at":"2024-12-19T17:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa20dce4-6314-4c75-8937-17981e952f20","html_url":"https://github.com/rcrdk/ignite-gym-app","commit_stats":null,"previous_names":["rcrdk/ignite-gym-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcrdk/ignite-gym-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-gym-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-gym-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-gym-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-gym-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcrdk","download_url":"https://codeload.github.com/rcrdk/ignite-gym-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-gym-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apns","axios","axios-react","context-api","expo","fcm","gluestack-ui","http","jwt","onesignal","push-notifications","react","react-native","typescript"],"created_at":"2024-12-08T17:11:45.464Z","updated_at":"2026-05-09T07:04:44.180Z","avatar_url":"https://github.com/rcrdk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏋🏼‍♂️ React Native Ignite Gym Tracker App\nThis app was created to help users track their gym exercises. This project was developed as part of my lessons at [Rocketseat](https://rocketseat.com.br).\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Ignite Gym Tracker App Preview\" src=\"https://github.com/rcrdk/ignite-gym-app/blob/main/public/app.jpg?raw=true\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n## 📱 Features\n**User Authentication:**\n   - Sign Up: Create a new account.\n   - Sign In: Log in to an existing account.\n  \n**Exercise Management:**\n  - Exercise Categories: Browse exercises grouped by categories.\n  - Detailed Instructions: View step-by-step instructions for each exercise.\n  - Mark as Done: Track completed exercises.\n\n**Progress Tracking:**\n  - Exercise History: Access a detailed history of all completed exercises grouped by day.\n\n**Profile Management:**\n  - Update Profile: Edit personal information and account credentials.\n\n**Notifications:**\n  - This app has an integration with OneSignal Push Notifications with Firebase Cloud Messaging (Android) and Apple Push Notification Service.\n  - It was created 4 segments:\n    1. Authenticated users: to send notifications about new exercises available.\n    2. Unuthenticated users: to send notification to enter with an account or register with a new one.\n    3. Last exercise: to send a notification if the last exercise was done after a given time and motivate the user to keep training.\n    4. Weekly report: to send the average count of exercises done during the week.\n  - Checkout [detailed informations](https://github.com/rcrdk/ignite-gym-app/blob/main/ONESIGNAL.md) about tags, segments and notifications of this app. \n\n## ⚙️ Tech Stack\n- [React Native](https://reactnative.dev/) + [Expo](https://expo.dev/)\n- [AsyncStorage](https://docs.expo.dev/versions/latest/sdk/async-storage/) + [FileSystem](https://docs.expo.dev/versions/latest/sdk/filesystem/) + [ImagePicker](https://docs.expo.dev/versions/latest/sdk/imagepicker/)\n- [React Navigation](https://reactnavigation.org/docs/getting-started/): Stack and Bottom Tabs\n- [Gluestack UI V1](https://v1.gluestack.io/)\n- [React Hook Form](https://www.react-hook-form.com/) + [Zod](https://zod.dev/)\n- [Axios](https://axios-http.com/)\n- [OneSignal Push Notifications](https://onesignal.com/) + [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging)\n \n## 💻 Usage\n\n1️⃣ **Setup API:** ([available here](https://github.com/orodrigogo/ignitegym-api))\n```shell\nnpm i\nnpm run migrations\nnpm run seed\nnpm run dev\n```\n\n2️⃣ **Setup environment variables:**\n```shell\nEXPO_PUBLIC_API_URL=\"\" ## http://\u003cIP_ADDRESS\u003e:\u003cPORT\u003e\nEXPO_PUBLIC_ONESIGNAL_APP_ID_ANDROID=\"\"\nEXPO_PUBLIC_ONESIGNAL_APP_ID_IOS=\"\"\n```\n\n3️⃣ **Setup app:**\n```shell\nnpm i\nnpm run ## android or ios\n```\n\n## 🚚 API\nIt was used an already existent API to develped this app, check it out [here](https://github.com/orodrigogo/ignitegym-api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fignite-gym-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcrdk%2Fignite-gym-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fignite-gym-app/lists"}