/pickydesign

Set of tools for designers (early development)

Primary LanguageJavaScriptMIT LicenseMIT

Picky Design

Set of tools for designers

DEPENDENCIES LICENSE

This project aim to be the open source default for design tools. From tools to manage colors to designs, animations, shadows, color theory and sections to learn the concepts behind UI/UX and Frontend development.

Hello Creatives!

Installation

OS X & Linux & Windows:

git clone git@github.com:rubenbase/pickydesign.git
cd pickydesign

Development setup

npm:

npm install && npm run start

yarn:

yarn && yarn start

Future Release History

  • 0.4.0
    • ADD: UI/UX Principles
    • ADD: Color theory
    • ADD: Learn frontend development section
  • 0.3.0
    • ADD: Standard box shadows collection
    • ADD: Text shadows collections
    • ADD: Shadows generators
  • 0.2.0
    • ADD: Animation effects collection
  • 0.1.5
    • ADD: Color scale weight generator
    • ADD: Gradients collection + generator
  • 0.1.2 (Current)
    • ADD: Palettes collection
    • ADD: Palette luminosity generator
    • ADD: Color format types generator

License

Ruben Costa – costamartinezruben@gmail.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/rubenbase/pickydesign/fork)
  2. Create your feature branch (git checkout -b feature/foo)
  3. Commit your changes (git commit -am 'Add new color tool')
  4. Push to the branch (git push origin feature/foo)
  5. Create a new Pull Request