Skip to content

Commit 305bf06

Browse files
committed
adds note about starting out
1 parent 13e385a commit 305bf06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
In this lab you'll respond to events in React and write event handlers.
66

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+
712
## Keypad
13+
814
![Keypad](https://media.giphy.com/media/3o6MbdTboTFWOUsLkc/giphy.gif)
915

1016
Mr. Burns has requested us to build a new keypad component for the nuclear

0 commit comments

Comments
 (0)