{"id":23408823,"url":"https://github.com/luismda/ignite-teams","last_synced_at":"2025-10-08T16:16:44.966Z","repository":{"id":235321211,"uuid":"655380331","full_name":"luismda/ignite-teams","owner":"luismda","description":"This project is a React Native app for managing groups, teams and players.","archived":false,"fork":false,"pushed_at":"2023-06-24T14:30:17.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:52:55.983Z","etag":null,"topics":["expo","reactnative","reactnavigation","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luismda.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}},"created_at":"2023-06-18T18:06:31.000Z","updated_at":"2023-07-02T18:17:09.000Z","dependencies_parsed_at":"2024-04-23T02:51:21.002Z","dependency_job_id":"7fdce8d8-479c-443d-950d-d030debb1208","html_url":"https://github.com/luismda/ignite-teams","commit_stats":null,"previous_names":["luismda/ignite-teams"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismda%2Fignite-teams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismda%2Fignite-teams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismda%2Fignite-teams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismda%2Fignite-teams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luismda","download_url":"https://codeload.github.com/luismda/ignite-teams/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247957684,"owners_count":21024734,"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","reactnative","reactnavigation","styled-components","typescript"],"created_at":"2024-12-22T15:17:33.782Z","updated_at":"2025-10-08T16:16:39.932Z","avatar_url":"https://github.com/luismda.png","language":"TypeScript","readme":"# Ignite Teams\n\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/f824a25a-6de0-47b3-a483-60e8b315034f\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/148143b7-5e37-4d5c-b461-24fcd02b7fa0\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/d599dd3d-cec0-4baf-9650-bb687509408f\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/f97bfc0a-dc76-4519-a052-732f703e50d3\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/b3a43f0a-7a2b-487d-ac7e-bdbfa90273cf\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/7b7007da-2ae7-475a-b174-f2a42056e1bd\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/d4e1b0a9-a320-4562-929a-48e9d52be000\" alt=\"\" /\u003e\n\u003cimg width=\"180\" src=\"https://github.com/luismda/ignite-teams/assets/88680118/b1775650-7c9e-48d0-8207-3a4771c610a4\" alt=\"\" /\u003e\n\n---\n\n## About\n\nThis project is an application to create groups, being able to add people divided into teams, with the main objective of **organizing teams** to play with your friends, family or co-workers, for example. With this application it is possible to **create and remove groups**, as well as **add and remove players** from the team. \n\nThe project was developed using these technologies:\n- TypeScript\n- React Native\n- Expo Managed Workflow\n- Styled Components\n- React Navigation\n- Async Storage (*used to local storage of groups and players*)\n\nAlso, this project was developed in the React Native training of the [**Rocketseat**](https://github.com/rocketseat-education) **Ignite** course. The main purpose of this app was to practice **styling, navigation and local storage**, as well as some **React Hooks** and techniques, and good coding practices.\n\n[**Access the project layout in Figma**](https://www.figma.com/community/file/1151864427495057381)\n\n## Instructions\n\n- Requirements:\n  - [Node.js LTS](https://nodejs.org/en)\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/luismda/ignite-teams.git\n```\n\n2. Install the dependencies:\n\n```sh\nnpm i\n```\n\n3. Run app:\n\n```sh\nnpm start\n```\n\n4. To preview the app, you can use Expo Go on your physical device or use an Android or iPhone emulator on your computer. See some more details in the [**React Native**](https://reactnative.dev/docs/environment-setup?guide=quickstart) and [**Expo**](https://docs.expo.dev/get-started/expo-go/) documentation.\n\n## Created by\n\nLuís Miguel | [**LinkedIn**](https://www.linkedin.com/in/luis-miguel-dutra-alves/)\n\n##\n\n**#NeverStopLearning 🚀**","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismda%2Fignite-teams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluismda%2Fignite-teams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismda%2Fignite-teams/lists"}