Skip to content

Commit

Permalink
Add README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian authored Dec 2, 2023
1 parent 19c4b2d commit 6b1e60f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Hello World Colors

[![Made with Flutter](https://img.shields.io/badge/Made%20with-Flutter-%2302569B)](https://flutter.dev/)
![Platform](https://img.shields.io/badge/platform-web-lightgrey)
[![Build Flutter Web](https://github.com/tecdrop/hello_world_colors/actions/workflows/build-flutter-web.yml/badge.svg)](https://github.com/tecdrop/hello_world_colors/actions/workflows/build-flutter-web.yml)
[![Github Code Size](https://img.shields.io/github/languages/code-size/tecdrop/hello_world_colors)](https://github.com/tecdrop/hello_world_colors)
[![GitHub Commits](https://badgen.net/github/commits/tecdrop/hello_world_colors/main)](https://github.com/tecdrop/hello_world_colors/commits/main)
[![GitHub License](https://img.shields.io/github/license/tecdrop/hello_world_colors)](https://github.com/tecdrop/hello_world_colors/blob/main/LICENSE)

Hello World Colors is a Flutter-based application that puts a modern, colorful spin on the traditional "Hello World" program. In programming, "Hello World" programs are the quintessential first step for beginners, where a simple command displays the phrase "Hello, World!" on the screen. This "app" builds on this foundation by showcasing a variety of [named web colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color), adding an interactive and visual element to the basic concept.

Each time the user taps the Shuffle button, Hello World Colors displays a random color from a wide range of web colors, complete with its name, like Slate Blue, Crimson, or Peach Puff. This feature not only introduces users to a spectrum of colors but also demonstrates the ease and flexibility of building user interfaces with Flutter. Additionally, the app includes a full-screen color preview and a handy option to copy the color's hexadecimal code directly to the clipboard.
Expand Down

0 comments on commit 6b1e60f

Please sign in to comment.