Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilygarvey authored Dec 15, 2020
1 parent ce29f19 commit b38b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Goal: Render the answer choices from sample_data.json on the screen.

- [ ] In App.jsx, create an Answer component.
- [ ] Add props to <Answer /> with the text "Answer goes here".
- [ ] Render <Answer /> inside of <Question />.
- [ ] Render `<Answer />` inside of <Question />.
- [ ] Pass props for the answer choices into <Question />.
- [ ] Use those props to render the Answer components inside Question to display the answer choices.
- [ ] Refactor to use map to map over all answer choices.
Expand Down

0 comments on commit b38b6da

Please sign in to comment.