{"id":20293788,"url":"https://github.com/arrudadev/pet-feeder-mobile","last_synced_at":"2026-04-09T20:04:04.089Z","repository":{"id":177653692,"uuid":"422736091","full_name":"arrudadev/pet-feeder-mobile","owner":"arrudadev","description":"Mobile application from the Integration Project 6 of the college.","archived":false,"fork":false,"pushed_at":"2021-12-29T03:01:30.000Z","size":1538,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T09:31:12.178Z","etag":null,"topics":["expo","firebase","react-native","styled-components","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/arrudadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2021-10-29T23:20:10.000Z","updated_at":"2023-03-09T02:21:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"5449f12b-0928-4c71-886f-e7a1dea19373","html_url":"https://github.com/arrudadev/pet-feeder-mobile","commit_stats":null,"previous_names":["arrudadev/pet-feeder-mobile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-feeder-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-feeder-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-feeder-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fpet-feeder-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrudadev","download_url":"https://codeload.github.com/arrudadev/pet-feeder-mobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241788961,"owners_count":20020374,"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":["expo","firebase","react-native","styled-components","typescript"],"created_at":"2024-11-14T15:26:17.158Z","updated_at":"2026-04-09T20:04:04.033Z","avatar_url":"https://github.com/arrudadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  Pet Feeder Mobile\n\u003c/h1\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Mobile application from the Integration Project 6 of the college.\n\nThrough this application the user can manage their pets and how much ration should be given to each pet.\n\n\u003cimg src=\"https://raw.githubusercontent.com/monteiro-alexandre/pet-feeder-mobile/main/.github/assets/login-page.png\" alt=\"Login Page\" width=\"100%\"/\u003e\n\n# :pushpin: Table of Contents\n\n* [Technologies](#-technologies)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n## 💻 Technologies\n\nThis project was developed with the following technologies:\n\n- [Typescript](https://www.typescriptlang.org/)\n- [React Native](https://reactnative.dev/)\n- [Expo](https://reactnative.dev/)\n- [Styled Components](https://styled-components.com/)\n- [Firebase](https://firebase.google.com/)\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/monteiro-alexandre/pet-feeder-mobile.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:monteiro-alexandre/pet-feeder-mobile.git\n```\n\nRemember that you will need to create a [Firebase](https://firebase.google.com/) account.\n\n**Install dependencies**\n\n```\nyarn install\n```\n\nOr\n\n```\nnpm install\n```\n\nCreate your environment variables based on the examples of environment.example.ts\n\n```\ncp environment.example.ts environment.ts\n```\n\nAfter copying the examples, make sure to fill the variables with new values. to run locally you can fill the development environment. if you will use your cell phone for the test, make sure you have point your machine ip address in apiUrl and not use localhost.\n\n# :runner: Getting Started\n\nRun the following command to start Expo DevTools:\n\n```yarn start```\n\nThan you can open the app in your cell phone using the Expo client app for IOS and Android, see:\n\n[Expo Documentation](https://docs.expo.dev/get-started/installation/#2-expo-client-app-for-ios-and).\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Pet Feeder Mobile](https://github.com/monteiro-alexandre/pet-feeder-mobile/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/pet-feeder-mobile/blob/main/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/monteiro-alexandre/pet-feeder-mobile/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fpet-feeder-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrudadev%2Fpet-feeder-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fpet-feeder-mobile/lists"}