|
1 | | -# counters_with_color_names |
| 1 | +# Counters With Color Names |
2 | 2 |
|
3 | | -A new Flutter project. |
| 3 | +[](https://github.com/Appliberated/counters_with_color_names/releases) |
| 4 | +[](https://counterswithcolornames.appliberated.com/) |
| 5 | +[](LICENSE) |
| 6 | +[](https://github.com/Appliberated/counters_with_color_names) |
| 7 | +[](https://pub.dev/packages/flutter_lints) |
| 8 | +[](#Contributing) |
| 9 | + |
4 | 10 |
|
5 | | -## Getting Started |
| 11 | +**Counters With Color Names** is a simple and discreet tally counter app built with Flutter for Android and the Web (PWA). |
6 | 12 |
|
7 | | -This project is a starting point for a Flutter application. |
| 13 | +The app provides eleven distinct counters, each corresponding to one of the basic English color terms (Red, Green, Blue, etc.). This unique design allows you to track multiple items simultaneously without anyone knowing what you're counting. |
8 | 14 |
|
9 | | -A few resources to get you started if this is your first Flutter project: |
| 15 | +### Core features |
10 | 16 |
|
11 | | -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 | | -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
| 17 | +- **11 Color-Coded Counters:** Keep track of multiple tallies at once. |
| 18 | +- **Simple Controls:** Easily increment, decrement, and reset each counter. |
| 19 | +- **Share Functionality:** Share your counts via email, messengers, or social networks. |
13 | 20 |
|
14 | | -For help getting started with Flutter development, view the |
15 | | -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 | | -samples, guidance on mobile development, and a full API reference. |
| 21 | +### About this project |
| 22 | + |
| 23 | +Counters With Color Names is one of my first Hello World apps made with Flutter. |
| 24 | + |
| 25 | +Hello World programs are pretty famous, even if all they do is write "Hello, World!" on the screen. When learning a new programming language or platform, starting with such a simple program has become a tradition. |
| 26 | + |
| 27 | +[Flutter](https://flutter.dev) is an open source framework for building beautiful, natively compiled, multi-platform applications from a single codebase. |
| 28 | + |
| 29 | +## Screenshot |
| 30 | + |
| 31 | +<img width="270" src="repo-assets/counterswithcolornames-readme-screenshot-mobile.png" alt="Counters With Color Names screenshot"> |
| 32 | + |
| 33 | +## Try Counters With Color Names |
| 34 | + |
| 35 | +* **On Android:** Get it from [GitHub Releases](https://github.com/Appliberated/counters_with_color_names/releases). |
| 36 | +* **On any platform:** [Run the web app](https://counterswithcolornames.appliberated.com/) and/or install it from your browser on Android, ChromeOS, iOS, Linux, macOS, Windows, etc. |
| 37 | + |
| 38 | +## Contributing |
| 39 | + |
| 40 | +Thank you for contributing! Counters With Color Names is designed to be as simple and useless as possible, but you can still help with: |
| 41 | + |
| 42 | +* testing and reporting bugs |
| 43 | +* creating a nice icon to replace the [current one](web/icons/Icon-512.png) |
| 44 | + |
| 45 | +## Support me |
| 46 | + |
| 47 | +Counters With Color Names is a free Hello World app, and I love creating and sharing projects like this, and other useful [free apps](https://www.appliberated.com/) with the community. If you want to support me, try the following Pro apps: |
| 48 | + |
| 49 | +| Pro Apps | [Pitch Black Wallpaper Pro](https://www.tecdrop.com/pitchblackwallpaperpro/) | [RGB Color Wallpaper Pro](https://www.tecdrop.com/rgbcolorwallpaperpro/) | |
| 50 | +| ------------ | ------------------------- | --- | |
| 51 | +| <a href="https://www.tecdrop.com/apps/pro/"><img width="200" src="repo-assets/tecdrop-pro-apps.png" alt="Tecdrop Pro Apps" /></a> | <li>Pitch black & dark wallpapers</li><li>AI-generated wallpapers</li><li>Enhances battery life</li><li>Reduces eyestrain</li> | <li>Set any color as wallpaper</li><li>Endless color options, built-in & custom</li><li>Reduce visual clutter</li><li>Enhanced device aesthetics</li> | |
| 52 | + |
| 53 | +## License |
| 54 | + |
| 55 | +Counters With Color Names is released under the [MIT License](/LICENSE). |
0 commit comments