diff options
Diffstat (limited to 'public/projects/js-small-apps/color-cycle/README.md')
| -rw-r--r-- | public/projects/js-small-apps/color-cycle/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/projects/js-small-apps/color-cycle/README.md b/public/projects/js-small-apps/color-cycle/README.md new file mode 100644 index 0000000..e9d5970 --- /dev/null +++ b/public/projects/js-small-apps/color-cycle/README.md @@ -0,0 +1,13 @@ +# Color Cycle + +An app to cycle a color value through incremental changes. In other words: play with hexadecimal colors! + +You can find more details about the implementation here: https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Color-Cycle-App.md + +## Preview + +You can see a live preview here: https://demo.armandphilippot.com/#color-cycle + +## License + +This project is open-source and available under the [MIT License](../LICENSE). |
