An open API service indexing awesome lists of open source software.

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

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