https://github.com/jefferson1104/rgbcolors-javascript
A small project where we can make a combination of cores (R, G, B) to have a final result, application developed to practice some knowledge about the fundamentals of the javascript programming language. Small javascript project for color matching.
https://github.com/jefferson1104/rgbcolors-javascript
css3 html5 javascript
Last synced: about 2 months ago
JSON representation
A small project where we can make a combination of cores (R, G, B) to have a final result, application developed to practice some knowledge about the fundamentals of the javascript programming language. Small javascript project for color matching.
- Host: GitHub
- URL: https://github.com/jefferson1104/rgbcolors-javascript
- Owner: jefferson1104
- Created: 2020-09-22T20:01:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T15:35:36.000Z (about 4 years ago)
- Last Synced: 2025-01-11T14:47:52.585Z (12 months ago)
- Topics: css3, html5, javascript
- Language: CSS
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 About this project
**CHANGE COLOR** - A small project with functionality to easily bring a color search using the RGB pattern, the purpose of this project is to train fundamentals of javascript, such as functions, repetition structures, DOM manipulation and events.