{"id":21486074,"url":"https://github.com/felipecastrosales/counter_ignite","last_synced_at":"2025-07-15T14:32:39.254Z","repository":{"id":116140703,"uuid":"376636001","full_name":"felipecastrosales/counter_ignite","owner":"felipecastrosales","description":"Counter App for Ignite | Rocketseat","archived":false,"fork":false,"pushed_at":"2024-06-30T12:37:29.000Z","size":298,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-02T17:51:09.605Z","etag":null,"topics":["app","counter","counter-app","counter-flutter","flutter","flutter-apps","flutter-examples","ignite","ignite-rocketseat","rocketseat","rocketseat-bootcamp","rocketseat-ignite","rocketseat-nlw"],"latest_commit_sha":null,"homepage":"","language":"C++","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/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-06-13T20:37:47.000Z","updated_at":"2024-06-30T12:37:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"1894d77c-8d2e-42d3-aa99-a66edb7dd1e0","html_url":"https://github.com/felipecastrosales/counter_ignite","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/felipecastrosales%2Fcounter_ignite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fcounter_ignite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fcounter_ignite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fcounter_ignite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/counter_ignite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226045671,"owners_count":17565039,"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":["app","counter","counter-app","counter-flutter","flutter","flutter-apps","flutter-examples","ignite","ignite-rocketseat","rocketseat","rocketseat-bootcamp","rocketseat-ignite","rocketseat-nlw"],"created_at":"2024-11-23T13:18:55.590Z","updated_at":"2024-11-23T13:19:00.603Z","avatar_url":"https://github.com/felipecastrosales.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/59374587/121821625-7cf88f80-cc70-11eb-9d60-46599dc4009a.jpg\" width=\"100\" alt=\"Ignite - Flutter | Challenge 01\"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCounter | Ignite\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eTopics 📋\u003c/h2\u003e\n\n   \u003cp\u003e\n\n   - [About 📖](#about-)\n   - [Preview 📱](#preview-)\n   - [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)\n   - [How to Use 🤔](#how-to-use-)\n   - [How to Contribute 💪](#how-to-contribute-)\n   - [License 📝](#license-)\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\n   \n\u003cp align=\"center\"\u003e\n    This was my first \u003ca href=\"https://rocketseat.com.br/ignite\"\u003eFlutter | Ignite\u003c/a\u003e challenge, very simple, but it made me review several important concepts!\u003cbr\u003e\n\u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003ePreview 📱\u003c/h2\u003e\n\n   \u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://user-images.githubusercontent.com/59374587/121833876-b696be00-cca3-11eb-8e2a-e79f2dfa9c32.gif\" width=\"400\" alt=\"Ignite - Flutter | Challenge 01\"\u003e\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eChallenges and Learnings along the way 🤯\u003c/h2\u003e\n\n  \u003cp\u003e\n    As mentioned above, it was Ignite's first challenge, so it was pretty simple. Certainly the next ones will be even more challenging and will make me learn even more.\u003cbr\u003e\n    Never stop learning. The learning is continuous. \n  \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\n\n   ```\n   First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install\n   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/counter_ignite counter_ignite\n\n   - Enter in directory:\n   $ cd counter_ignite\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Contribute 💪\u003c/h2\u003e\n\n   ```\n   - Fork the project \n\n   - Create a new branch with your changes:\n   $ git checkout -b my-feature\n\n   - Save your changes and create a commit message telling you what you did:\n   $ git commit -m \"feature: My new feature\"\n\n   - Submit your changes:\n   $ git push origin my-feature\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   This repository is under MIT license. You can see the \u003ca href=\"https://github.com/felipecastrosales/counter_ignite/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\n\u003c/p\u003e\n\n   ---\n\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, in the **[\"Ignite | Flutter\"](https://app.rocketseat.com.br/)** by **[Rocketseat 🚀💜](https://www.rocketseat.com.br/)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too 😉\n\n---\n\n   \u003cdiv align=\"center\"\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fcounter_ignite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fcounter_ignite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fcounter_ignite/lists"}