Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ In this project you'll choose an api to consume. You will build an application f

### Task 2: Minimum Viable Product

- [ ] Build a React Redux app
- [ ] Fetch data inside an async action creator from an API of your choosing
- [ ] Add the data from the API to the Redux store
- [ ] Display the data from the store in a component
- [ ] _Some_ styling must be applied. It can be basic, but the app must not only use browser default stylings
- [x] Build a React Redux app
- [x] Fetch data inside an async action creator from an API of your choosing
- [x] Add the data from the API to the Redux store
- [x] Display the data from the store in a component
- [x] _Some_ styling must be applied. It can be basic, but the app must not only use browser default stylings

### Submission Format
- [ ] If this is your first time connecting a submission, authorize your github account within the codegrade assignment.
Expand Down
Loading