assignment links

This commit is contained in:
Jen Looper
2020-11-16 11:56:14 -05:00
parent db2ab4b2df
commit 16af4e7db3
23 changed files with 22 additions and 22 deletions

View File

@@ -292,4 +292,4 @@ Routing is one of the surprisingly tricky parts of web development, especially a
## Assignment
[Improve the routing](/7-bank-project/1-template-route/assignment.md)
[Improve the routing](assignment.md)

View File

@@ -287,4 +287,4 @@ Developers have gotten very creative about their form building efforts, especial
## Assignment
[Style your bank app](/7-bank-project/2-forms/assignment.md)
[Style your bank app](assignment.md)

View File

@@ -323,4 +323,4 @@ Here's an example of a styled dashboard page:
## Assignment
[Refactor and comment your code](/7-bank-project/3-data/assignment.md)
[Refactor and comment your code](assignment.md)

View File

@@ -274,7 +274,7 @@ Try working together to change what is saved and loaded from `localStorage` to o
## Assignment
[Implement "Add transaction" dialog](/7-bank-project/4-state-management/assignment.md)
[Implement "Add transaction" dialog](assignment.md)
Here's an example result after completing the assignment: