Can I get some opinions on this code please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I get some opinions on this code please?

I want to make a color theme generator that generate a color palette for websites. I want them to have contrast and match. Any suggestions on how to improve of features to add will be greatly appreciated. This is my code: https://code.sololearn.com/WCw0uKYTDIz0

8th Jul 2017, 8:55 PM
Kevin Oudai
Kevin Oudai - avatar
4 Answers
+ 5
Why would you replace vanilla JS with JQuery, as the pure JS version already exists? The only benefits to use JQuery in this case is mostly to reduce a few the length of the code, but loosing readability for non JQuery users ^^
8th Jul 2017, 9:06 PM
visph
visph - avatar
+ 5
Only for JQuery users ;) Suggestion for your code improvment: show the base color generated by the slider as preview before generating palette... As it is, user can only mostly randomly generate them ^^
8th Jul 2017, 9:11 PM
visph
visph - avatar
+ 2
I was thinking that it will make the code look simpler.
8th Jul 2017, 9:08 PM
Kevin Oudai
Kevin Oudai - avatar
0
I need to fix the code since the previews for the colors does not show on mobile devices.
8th Jul 2017, 11:36 PM
Kevin Oudai
Kevin Oudai - avatar