Skip to content

Commit 3b2272a

Browse files
Update README.md
1 parent 616cf24 commit 3b2272a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ We're going to practice building a stateful class component with this project. E
1111

1212
## Introduction
1313
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+
![Todo App MVP](./todo.gif)
17+
1418
- Hold all todos in state within the App.js component. That todos should look like the following:
1519
```js
1620
[

0 commit comments

Comments
 (0)