diff --git a/README.md b/README.md index 11865f3..0a0cfbe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Goal: Render a question from sample_data.json on the screen. - [ ] Replace "Question goes here" with the `question.text` field found in data for the first question. - [ ] BONUS: Add styling to your app. ->![Day 1 goal](https://i.imgur.com/eTZAXGk.png) +>![Day 1.0 goal](https://i.imgur.com/eTZAXGk.png) ### Day 1.5: React Components @@ -27,6 +27,8 @@ Goal: Render a "Next Question" button on the screen. - [ ] Write the JSX to display a button for the user to click for the next question. (It will not work yet.) - [ ] Render `` inside of App. +>![Day 1.5 goal](https://i.imgur.com/VpA8eRc.png) + ### Day 2.0: Nested components Goal: Render the answer choices from sample_data.json on the screen.