Day # 57: Color picker



I have always stated that using colors to practice your web development skills is one of the most efficient ways to acquire knowledge. The immediacy of seeing the results of what you are trying to accomplish is definitely exciting.

With that in mind, I decided to create a color picker for today’s website. The idea here is to generate random colors and to pick the hex code for those generated colors so that you can use them in your own projects.


To generate random colors you can use Javascript. The key here is to generate those colors and display them at the same time. There is a button on the top right of the screen so you can reset and regenerate random colors again.


As a beginner, you need to find a way to make your practice sessions fun, so I strongly encourage to figure out how you can incorporate working with colors in any exercise you want to make in order to enhance your programming skills.


Comments

Popular posts from this blog

Day # 19: Checkbox animation

Day # 12: Typewriter Effect

Day # 53: Icon text