Skip to content

Commit

Permalink
Redux course completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Syknapse committed Dec 22, 2019
1 parent fe40cc4 commit a2a1e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -150,7 +150,7 @@ const App = ({ todos, visibilityFilter ,onAddToDo, onToggleToDo, onFilter }) =>
</div>
)

// Logic
// Actions
const addToDo = () => {
if (todoInput.value) {
store.dispatch(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ A complete log of my web development skills, learning, resources, highlights, in

| Status | Year | Course | Tutor |
|:---------------------------:|:-----------|:----------------------------------------------------------------|:-------------------------------------------:|
| ![In Progress][In Progress] | | [Getting Started With Redux] | [Dan Abramov] - [egghead.io] |
| ![Completed][Completed] | Dec 2019 | [Getting Started With Redux] | [Dan Abramov] - [egghead.io] |
| ![Completed][Completed] | Dec 2019 | [The Next.js Handbook] | [Flavio Copes] |
| ![Completed][Completed] | Oct 2019 | [You Don't Know JavaScript]: Types & Grammar | [Kyle Simpson] |
| ![Completed][Completed] | Sept 2019 | [You Don't Know JavaScript]: Objects & Classes | [Kyle Simpson] |
Expand Down

0 comments on commit a2a1e8f

Please sign in to comment.