ninaadkiran / tinga2

MIT License
0 stars 0 forks source link

Joshua Binary Review Ticket #4

Open JoshThinh opened 9 months ago

JoshThinh commented 9 months ago

What I did: During this project, I was supposed to add a color picker that people can manually change. I was also in charge of adding images and functionality to the images. Toward the end, I helped find out some of the things within the website to get better code.

Buttons and images: I added a feature where a line of the button displays an on and off button and a light that turns on or off depending on what button is being shown, either on or off. I also added a moving image to the back of the website to make the page less boring. I encountered a problem when doing this code: the on and off buttons weren't working. It would only show the on button and not change to off. I was able to fix the functionality to complete this code.

Color picker: I added a color picker that was underneath the main color display. The purpose of this color picker was for the user to manually change the color of the main color display to the color of their liking. This is because finding a color you want using binary is hard. When changing this color picker, it would change the binary numbers to match the same color. A problem faced in this project was that the color picker wasn't updating the color display immediately, which meant it had a delay. I was able to fix this by adding another function that made sure to update all pieces of code.

Hex color display: This code was very short and took the binary numbers being changed and converted them into hexadecimal form.

Key Commits: Color picker button function Hexidecimal

sfremy commented 9 months ago

Demonstrates proficiency with JS and contributed to various areas of the code functionality. 0.9/0.9