An open API service indexing awesome lists of open source software.

https://github.com/utensils/colorsplash

Generate random colors and gradients to add a splash of color
https://github.com/utensils/colorsplash

bulma-css color-generator example-project hacktoberfest reactjs

Last synced: about 1 year ago
JSON representation

Generate random colors and gradients to add a splash of color

Awesome Lists containing this project

README

          

# ColorSplash

## About
ColorSplash generates random colors and gradients, that's it.
It was built as a demonstration of [ReactJS](https://reactjs.org) and [Bulma CSS](https://bulma.io) technologies.

## Running

A simple Docker image has been included to run locally. The following will run and expose the app on
[http://localhost:8080/](http://localhost:8080/)

```shell
docker run -i -t -p 8080:8080 utensils/colorsplash
```

## Contributing

Contributions of are always welcomed.
Please make use of [Issues](https://github.com/Utensils/colorsplash/issues) and [Pull Requests](https://github.com/Utensils/colorsplash/pulls), all code must have accompanying specs.

## Author/Contact

ColorSplash is written and maintained by [@utensils](https://github.com/utensils).

## License

The project is made available under the [MIT](http://opensource.org/licenses/MIT) License.