This ReactJS app displays a randomised colour and its RGB values every time the app's button is clicked.
- Importing and exporting components to allow interaction
- Storing the component as state
- Rendering component instances
- Using event handlers within JSX
- Binding methods that use "this" to the constructor
- Passing props between components
Please note that in each project, the first commit is always the starter code provided by Codecademy.