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

https://github.com/eddyerburgh/palette-picker

A web app that lets you store and copy swatches of color. Built with react + redux
https://github.com/eddyerburgh/palette-picker

Last synced: 6 months ago
JSON representation

A web app that lets you store and copy swatches of color. Built with react + redux

Awesome Lists containing this project

README

          

# Palette Picker

A web app that lets you store and copy swatches of color. Great when designing something with a large color palette.

[See it live here](https://eddyerburgh.github.io/palette-picker/)

## Installation

Clone the repository

```
git clone git@github.com:eddyerburgh/palette-picker.git
```

Change into the directory

```
cd palette-picker
```

Install dependencies

```
npm install
```

And start

```
npm run dev
```

## Support

Please [open an issue](https://github.com/eddyerburgh/palette-picker/issues/new) for support.

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/fraction/readme-boilerplate/compare/).