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
- Host: GitHub
- URL: https://github.com/utensils/colorsplash
- Owner: utensils
- License: mit
- Created: 2018-07-19T04:16:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T16:08:29.000Z (over 5 years ago)
- Last Synced: 2025-03-25T20:11:07.817Z (about 1 year ago)
- Topics: bulma-css, color-generator, example-project, hacktoberfest, reactjs
- Language: JavaScript
- Homepage: https://utensils.io/colorsplash
- Size: 2.41 MB
- Stars: 10
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.