You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ We're going to practice building a stateful class component with this project. E
11
11
12
12
## Introduction
13
13
In this project you will build an application that allows for todos to be added, toggle and checked off. Please use ALL CLASS BASED COMPONENTS when creating this application and use the Guided project as a model. This application should:
14
+
- Use the following gif as base for building DOM:
15
+
16
+

17
+
14
18
- Hold all todos in state within the App.js component. That todos should look like the following:
0 commit comments