{"id":13694636,"url":"https://github.com/brittanyarima/Steps","last_synced_at":"2025-05-03T04:30:43.964Z","repository":{"id":64739188,"uuid":"576481525","full_name":"brittanyarima/Steps","owner":"brittanyarima","description":"Open Source Step Counting App using HealthKit \u0026 SwiftUI","archived":false,"fork":false,"pushed_at":"2024-02-04T04:35:06.000Z","size":1857,"stargazers_count":81,"open_issues_count":7,"forks_count":32,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2024-11-12T21:39:01.775Z","etag":null,"topics":["hacktoberfest","healthkit","ios-swift","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brittanyarima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"brittanyarima","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-12-10T01:25:18.000Z","updated_at":"2024-11-09T15:05:06.000Z","dependencies_parsed_at":"2023-02-09T04:32:07.491Z","dependency_job_id":"cb957226-bca7-4a96-a48e-6c840b08e8fb","html_url":"https://github.com/brittanyarima/Steps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittanyarima%2FSteps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittanyarima%2FSteps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittanyarima%2FSteps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brittanyarima%2FSteps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brittanyarima","download_url":"https://codeload.github.com/brittanyarima/Steps/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144368,"owners_count":21701397,"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":["hacktoberfest","healthkit","ios-swift","swiftui"],"created_at":"2024-08-02T17:01:36.177Z","updated_at":"2025-05-03T04:30:42.241Z","avatar_url":"https://github.com/brittanyarima.png","language":"Swift","readme":"\n## 🏃Steps \n\nThis app is open source and ready for you to contribute! Built fully with SwiftUI and open to contributers of any experience level (beginners welcome🙂)!\n\n# Getting Started\n* Read the [Code of Conduct](https://github.com/brittanyarima/Steps/blob/main/CODE_OF_CONDUCT.md)\n* Read the [CONTRIBUTING.md](https://github.com/brittanyarima/Steps/blob/main/CONTRIBUTING.md) guidelines\n* Download Xcode 15 or later, and macOS 14.0 or later\n* Browse the open [issues](https://github.com/brittanyarima/Steps/issues) and **comment** which you would like to work on\n* Fork this repo\n* Clone the repo to your machine\n* In the same folder that contains the `StepsConfigTemplate.xcconfig`, run this command, in Terminal, to create a new Xcode configuration file (which properly sets up the signing information)\n\n```sh\ncp StepsConfigTemplate.xcconfig StepsConfig.xcconfig\n```\n\n* In the StepsConfig.xcconfig file, fill in your `DEVELOPMENT_TEAM` \u0026 `BUNDLE_ID`\n   * Example: `DEVELOPMENT_TEAM = IdNumber` \u0026 `BUNDLE_ID = com.name.steps`\n   * You can find your Team ID by logging into the Apple Developer Portal\n   * This is only needed when running on a real device for iOS, this works with both free or paid Apple Developer accounts.\n   * \n    * You will need to do this AGAIN to set up the Widget extension \n   \n```sh\ncp StepsWidgetConfigTemplate.xcconfig StepsWidgetConfig.xcconfig\n```\n* ❗️Make sure you at .widget to this `PRODUCT_BUNDLE_IDENTIFIER` ie. com.name.steps.widget\n* Build the project\n\n* Checkout a new branch (from the `dev` branch) to work on an issue\nCheckout any issue labeled `hacktoberfest` to start contributing.\n\n* Start contributing!\n* Submit PR to merge with `dev` branch\n* If you've never contributed to open-source before there are a ton of great tutorials out there to help get you started\n* Issues labeled `good-first-issue` are great for beginners.\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209883943-03fc014d-778a-429d-8817-79d5a665ba0d.jpg\" width=\"200\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209884023-aca50258-92ee-4dcf-89db-5e69ee6d3076.jpg\" width=\"200\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209884047-f5b8bf5f-7ee5-43f1-bedc-6c7786197a13.jpg\" width=\"200\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209884076-f3ebcd7b-5dc2-49c2-9762-83e50c19e102.jpg\" width=\"200\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209884112-f3ad71cd-2fb7-4473-a1d3-8fbdb3c37a00.jpg\" width=\"200\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/76922883/209884150-6c2d5d16-c84d-475a-a797-b0f5b2288a41.mp4\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n**Tech Used**\n- 🎨 SwiftUI\n- ❤️‍🩹 HealthKit\n- 📊 Swift Charts\n- 🔔 Local Notifications\n- 🗂️ MVVM\n- 💾 App Storage\n\n  \n# Contributors  \n\u003ca href=\"https://github.com/brittanyarima/Steps/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=brittanyarima/Steps\"/\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n\n# License \nThis project is licensed under [MIT License](https://github.com/brittanyarima/Steps/blob/main/LICENSE).\n","funding_links":["https://github.com/sponsors/brittanyarima"],"categories":["Misc"],"sub_categories":["SwiftUI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittanyarima%2FSteps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrittanyarima%2FSteps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrittanyarima%2FSteps/lists"}