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

https://github.com/edumigueis/collorizer

Color manipulating project in VueJS.
https://github.com/edumigueis/collorizer

color color-picker color-scheme color-theme design js palette-generation vue vue-color vuejs

Last synced: about 1 month ago
JSON representation

Color manipulating project in VueJS.

Awesome Lists containing this project

README

        

# Collorizer

[![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]




[![Product Name Screen Shot][product-screenshot-b]](https://github.com/edumigueis/Collorizer)

Collorizer

An awesome color manipulating project in VueJS. The project provides a palette maker, a color grid creator, an image color reader, a color conversor and a color lab.


Report Bug

Request Feature





Table of Contents

  1. About The Project

  2. Getting Started

  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements



## About The Project

[![Product Name Screen Shot][product-screenshot]](https://github.com/edumigueis/Collorizer)

I've always wanned to explore color theory and different types of color representation. Having that in mind, I decided to create my own color manager.

Some of the features already implemented:

* Color palette generator that allows to pick colors and organize them to form a gourgeus palette.

* A tool that allows to get the main palette from an image, It provides a vibrant tones and their muted variants for a palette with color variety.

* A gradient maker that allows you to pick colors, rotate, change the pattern and direction of a color gradient. It also generates CSS code with te result. :smile:

* A color lab, a space where you can turn one color into an amazing palette. From a single tone, it will suggest multiple color based on color theory.
* A color conversor that supports: HEX, RGB, CMYK, HSL, HWB, ANSI16 and CSS keys.

Note: for the moment, these are the implemented features and more can be implemented. If you want, feel free to contribute. The data base integration in the "my-palettes" page as well as the blog and explore pages were discontinued but the routes were kept so that they could be added eventually.

### Built With

This application was built with:

* [Vue.js](https://vuejs.org/)

* [SCSS](https://sass-lang.com/)



## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

You will need Vue.js and npm.

* npm

```sh

npm install npm@latest -g

```

### Installation

1. Clone the repo

```sh

git clone https://github.com/edumigueis/Collorizer.git

```

3. Install NPM packages

```sh

npm install

```

4. Run the application in dev mode

```JS

npm run dev

```



## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project

2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)

3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)

4. Push to the Branch (`git push origin feature/AmazingFeature`)

5. Open a Pull Request



## License

Distributed under the MIT License. See `LICENSE` for more information.



## Contact

Eduardo Migueis- [edumigueis](https://www.linkedin.com/in/edumigueis/)

Project Link: [https://github.com/edumigueis/Collorizer](https://github.com/edumigueis/Collorizer)



## Acknowledgements

* [Vue Page Transitions](https://www.npmjs.com/package/vue-page-transition)

* [Img Shields](https://shields.io)

* [Choose an Open Source License](https://choosealicense.com)

* [Stylus Loader](https://www.npmjs.com/package/stylus-loader)

* [Vue Color](https://www.npmjs.com/package/vue-color)

* [Vue Router](https://router.vuejs.org/)

* [Node Vibrant](https://github.com/Vibrant-Colors/node-vibrant)

* [Unsplash](https://unsplash.com/)

* [Font Awesome](https://fontawesome.com)


## Meta

Developed and designed by Eduardo Migueis - [edumigueis](https://www.linkedin.com/in/edumigueis/)


Licensed under the MIT license. Images not included. Feel free to use the design as inspiration.


[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge

[license-url]: https://opensource.org/licenses/MIT

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555

[linkedin-url]: https://www.linkedin.com/in/edumigueis/

[product-screenshot]: collorizer/src/header2.png

[product-screenshot-b]: collorizer/src/header1.png