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
- Host: GitHub
- URL: https://github.com/eddyerburgh/palette-picker
- Owner: eddyerburgh
- License: isc
- Created: 2016-12-05T08:59:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T19:02:19.000Z (about 9 years ago)
- Last Synced: 2024-12-30T04:26:17.644Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://eddyerburgh.github.io/palette-picker/
- Size: 629 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).