We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fedfd commit 811eac6Copy full SHA for 811eac6
README.md
@@ -47,7 +47,7 @@ In this project you will build an application that allows for todos to be added,
47
48
### Task 2: Project Requirements
49
- **Don't focus on styling yet**. We want you to worry about function over form today.
50
-- **Build all components as class components**
+- **Build all components as class components.**
51
- Your todo list should display a list of todos, an input field, a submit button, and a clear all button.
52
- Be sure to use the given files for building out these components.
53
- `<App />` will hold all the data needed for this project. It will also be the container for your Todo Components.
0 commit comments