Inspiration
I was learning Javascript and there I learned about Math.random() function in it. Which basically generates random number between the intervals we give it. Then an idea pops us in my mind that colors are also represented in RGB form in CSS then I made a program which generates random RGB code to get random color using random() function in JS.
What it does
It generates random color if while surfing through my website if user like any color he can copy it's RGB code and use it in his projects.
How we built it
I built it by using HTML and little JS
Challenges we ran into
The foremost challenge I face was that how to generate number between particular interval because random() function in JS generates float numbers between 0 and 1 only, but after doing some more study and watching tutorials I finally resolved that problem.
Accomplishments that we're proud of
It generates random color which can be later used in projects if a user like the color.
What we learned
learned about one specific function in JS thoroughly.
Log in or sign up for Devpost to join the conversation.