📜 ⬆️ ⬇️

Pick your color - color matching and ideas for development.



Problem


The wife is very careful about the choice of clothes. The color of the outfits should be combined with the color type of the exterior in order to highlight the natural virtues and hide the flaws. Properly selected color refreshes the face, making it bright and expressive. Therefore, the idea came to make a site on which you can effortlessly determine what color you "fit".

pickyourcolor.github.com
')


From the world by thread


• I took a set of colors from Yandex , because in my opinion there are enough of them for my purpose, and they have names in two languages.


• Use photos on the site without uploading them to the server, I was inspired by the HTML5 File API article : multiple uploads to the safron server . Many thanks to him. :)

• Cutting pictures just googled, screwed (tortured by the questions of his friend - a good programmer). It is possible that in the source code someone will be surprised to find his own code, but this is all because programming for the most part was reduced to copy-paste.


In fact, I started to make the site a year ago, but then abandoned it, now I decided to finish it. Since there are a lot of thoughts on the development of the site, and I want to use it now, then somehow the idea was born of itself - to put everything on GitHub .
As far as possible I will post updates, and maybe I will inspire someone with my project for useful ideas.

So, ideas!


• Since not everyone is able to “determine” their “color” “by eye”, it was good to fasten some automatic determinant;
• It would be good for the selected color to immediately show harmonious colors, for example, using the mechanism http://colorschemedesigner.com/ ;
• Developing the previous point, you can make applications for phones, it will be even easier there - took a picture of yourself - they showed you the most winning color;
Or put the phone on the skirt, and the application showed the appropriate colors for the blouse. (Hey, good idea for the app)
• It will be just great if the site is translated into English, the color names in the array are contained .;
• It may be useful to save your photo with the selected color;
• A friend suggested making a local saving of the loaded photo, I’ll deal with it in the near future;
• Code revision and cross-browser compatibility.

If you have thoughts, it will be great that you not only voice them, but also take part in the joint development of the site http://pickyourcolor.github.com/



PS He discovered for himself an interesting color Alizarin , hi alizar :)

Source: https://habr.com/ru/post/161893/


All Articles