We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e385a commit 305bf06Copy full SHA for 305bf06
README.md
@@ -4,7 +4,13 @@
4
5
In this lab you'll respond to events in React and write event handlers.
6
7
+> **Note**: The components are not defined yet, but the files are present.
8
+> Before the tests will run, you must export components from `EyesOnMe.js` and
9
+> `Keypad.js`. To get started, write very basic components that you _know_ will
10
+> not pass all the tests, but at least be valid React.
11
+
12
## Keypad
13
14

15
16
Mr. Burns has requested us to build a new keypad component for the nuclear
0 commit comments