- button click will generate new color. Button text: Generate
- update background color of div with that color
- div contains text with: Generated Color:
Our suggestions for breaking down the task into TODOs:
- Breaking Down Tasks Into TODOs
- button click generates random color
- access random color hex code
- assign hex code to div background-color
- show hex code in the div as text
-
design in the browser: Design the web app with a tool like Figma
-
detailed list of features you'll need for the application above
- Button onClick changes background color dependencies: "random-hex" functions: randomHex.generate() React components: Button component
- Textfield that displays hex code dependencies: functions: React components:
-
For each of the features, write which dependencies, functions and React component(s) you'll need for them
-
Describe how each component will interact with the other components
-
Identify any unknowns