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
- React
- Ionic
- Capacitor
- node-sass
- webpack
- 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
- 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
The awesome npm package randomcolor made by davidmerfield