Skip to content
Open

Dev #131

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
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ In this project you'll choose an api to consume. You will build an application f

### Task 1: Project Set Up

- [ ] Create a forked copy of this project.
- [ ] Start up the app using `npm start`.
- [ ] Add your code into the `\src` folder.
- [x] Create a forked copy of this project.
- [x] Start up the app using `npm start`.
- [x] Add your code into the `\src` folder.

### 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.
- [ ] Connect your fork to Codegrade using the "Connect Git" button.
- [ ] Find your newly created fork from the list and push your work to main.
- [ ] Check this video for details: www.youtube.com/watch?v=fC2BO7dI6IQ
- [x] If this is your first time connecting a submission, authorize your github account within the codegrade assignment.
- [x] Connect your fork to Codegrade using the "Connect Git" button.
- [x] Find your newly created fork from the list and push your work to main.
- [x] Check this video for details: www.youtube.com/watch?v=fC2BO7dI6IQ
Loading