A minimalist color conversion tool
- 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
- Binaries, installers, and source tarballs are available at https://nodejs.org.
$ npm install --save react
Run demo project
git clone https://github.com/jodeio/colorify.git
npm install
npm start
$ npm run deploy
Joshua de Guzman | code@jmdg.io
Distributed under the MIT license.
- Fork it (https://github.com/joshuadeguzman/ButtonsKt/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request