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 16, 2020
1 parent 4398c1f commit 54f56c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 `<NextQuestion />` 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.
Expand Down

0 comments on commit 54f56c6

Please sign in to comment.