/colorify

🎨 A minimalist color converter tool

Primary LanguageJavaScriptMIT LicenseMIT

Colorify

A minimalist color conversion tool

Prerequisites

  • NodeJS - 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 - A JavaScript library for building user interfaces

Demo

Installation

NodeJS

ReactJS

$ npm install --save react

Usage

Run demo project

git clone https://github.com/jodeio/colorify.git
npm install
npm start

Deployment

$ npm run deploy

META

Joshua de Guzman | code@jmdg.io

Distributed under the MIT license.

CONTRIBUTING

  1. Fork it (https://github.com/joshuadeguzman/ButtonsKt/fork)
  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