Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit f4d66d9

Browse files
committed
Add README and LICENSE
1 parent 22c8330 commit f4d66d9

File tree

3 files changed

+70
-10
lines changed

3 files changed

+70
-10
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020-2025 Appliberated
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,55 @@
1-
# counters_with_color_names
1+
# Counters With Color Names
22

3-
A new Flutter project.
3+
[![Version badge](https://img.shields.io/github/v/tag/Appliberated/counters_with_color_names?color=forestgreen&label=version)](https://github.com/Appliberated/counters_with_color_names/releases)
4+
[![PWA Installable badge](https://img.shields.io/badge/-installable-5A0FC8?logo=pwa)](https://counterswithcolornames.appliberated.com/)
5+
[![MIT License badge](https://img.shields.io/github/license/Appliberated/counters_with_color_names?color=9c0000)](LICENSE)
6+
[![GitHub Code Size badge](https://img.shields.io/github/languages/code-size/Appliberated/counters_with_color_names)](https://github.com/Appliberated/counters_with_color_names)
7+
[![Style badge](https://img.shields.io/badge/style-flutter__lints-4BC0F5.svg)](https://pub.dev/packages/flutter_lints)
8+
[![Contributions Welcome badge](https://img.shields.io/badge/contributions-welcome-cornflowerblue)](#Contributing)
9+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Appliberated/counters_with_color_names/total)
410

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).
612

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.
814

9-
A few resources to get you started if this is your first Flutter project:
15+
### Core features
1016

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.
1320

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).

repo-assets/tecdrop-pro-apps.png

42 KB
Loading

0 commit comments

Comments
 (0)