https://github.com/andreruffert/hex-to-rgb
🎨 A simple React HEX to RGB Color Converter
https://github.com/andreruffert/hex-to-rgb
color-converter hex-rgb react
Last synced: 7 months ago
JSON representation
🎨 A simple React HEX to RGB Color Converter
- Host: GitHub
- URL: https://github.com/andreruffert/hex-to-rgb
- Owner: andreruffert
- License: mit
- Created: 2015-02-05T19:14:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T19:46:01.000Z (over 2 years ago)
- Last Synced: 2025-04-15T19:43:39.172Z (11 months ago)
- Topics: color-converter, hex-rgb, react
- Language: JavaScript
- Homepage: https://andreruffert.github.io/hex-to-rgb
- Size: 177 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HEX to RGB Color Converter
> Convert hex to rgb and vice-versa
A simple [React](http://facebook.github.io/react/) HEX to RGB Color Converter.
These are my first steps trying out React.