https://github.com/joshuadeguzman/colorify
🎨 A minimalist color converter tool
https://github.com/joshuadeguzman/colorify
hex reactjs rgba tool
Last synced: about 1 month ago
JSON representation
🎨 A minimalist color converter tool
- Host: GitHub
- URL: https://github.com/joshuadeguzman/colorify
- Owner: joshuadeguzman
- License: mit
- Created: 2018-03-27T16:47:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T07:06:03.000Z (almost 8 years ago)
- Last Synced: 2026-02-16T15:28:06.451Z (4 months ago)
- Topics: hex, reactjs, rgba, tool
- Language: JavaScript
- Homepage: https://joshuadeguzman.github.io/colorify
- Size: 1.93 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Colorify
A minimalist color conversion tool
### Prerequisites
- [NodeJS](https://nodejs.org/en/) - is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
- [ReactJS](https://reactjs.org/) - A JavaScript library for building user interfaces
### Demo
- [Live Demo](https://jodeio.github.io/colorify)
### Installation
#### NodeJS
- Binaries, installers, and source tarballs are available at https://nodejs.org.
#### ReactJS
```bash
$ npm install --save react
```
### Usage
Run demo project
```
git clone https://github.com/jodeio/colorify.git
npm install
npm start
```
### Deployment
```bash
$ npm run deploy
```
#### META
Joshua de Guzman | code@jmdg.io
Distributed under the [MIT license](https://github.com/joshuadeguzman/colorify/blob/master/LICENSE).
#### CONTRIBUTING
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request