Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecastrosales/counter_ignite
Counter App for Ignite | Rocketseat
https://github.com/felipecastrosales/counter_ignite
app counter counter-app counter-flutter flutter flutter-apps flutter-examples ignite ignite-rocketseat rocketseat rocketseat-bootcamp rocketseat-ignite rocketseat-nlw
Last synced: 2 months ago
JSON representation
Counter App for Ignite | Rocketseat
- Host: GitHub
- URL: https://github.com/felipecastrosales/counter_ignite
- Owner: felipecastrosales
- License: mit
- Created: 2021-06-13T20:37:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T12:37:29.000Z (7 months ago)
- Last Synced: 2024-07-02T17:51:09.605Z (7 months ago)
- Topics: app, counter, counter-app, counter-flutter, flutter, flutter-apps, flutter-examples, ignite, ignite-rocketseat, rocketseat, rocketseat-bootcamp, rocketseat-ignite, rocketseat-nlw
- Language: C++
- Homepage:
- Size: 291 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Counter | Ignite
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
---
About 📖
This was my first Flutter | Ignite challenge, very simple, but it made me review several important concepts!
---
Preview 📱
---
Challenges and Learnings along the way 🤯
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.
Never stop learning. The learning is continuous.
---
How to Use 🤔
```
First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/counter_ignite counter_ignite- Enter in directory:
$ cd counter_ignite- For install dependencies:
$ flutter pub get- Run the app:
$ flutter run
```---
How to Contribute 💪
```
- Fork the project- Create a new branch with your changes:
$ git checkout -b my-feature- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"- Submit your changes:
$ git push origin my-feature
```---
License 📝
This repository is under MIT license. You can see the LICENSE file for more details. 😉---
>This 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/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)