Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.08 KB

Random color generator

A simple app which generates random colors and displays their hex code, useful for designers and developers to find new colors for their UI.

View it on iOS app store
View it on Google Play

ScreenShot

Technologies used

  • React
  • Ionic
  • Capacitor
  • node-sass
  • webpack

Installation

  • Fork and clone this repo.
  • Run npm install to install dependencies.
  • Run ionic capacitor run to build the project, copy the assets into the specified native platform and open the IDE
  • Run ionic serve to run locally in a web browser

Features

  • Click or tap to generate a random color
  • View the hex code of the color
  • The hex code shows as either white or black text color based on highest contrast
  • Click or tap the buttons to generate colors of that type

Credit

The awesome npm package randomcolor made by davidmerfield