-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DFFA-156] Build a To-Do App with REACT #907
base: master
Are you sure you want to change the base?
[DFFA-156] Build a To-Do App with REACT #907
Conversation
create an app that allows items
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @PluckyPrecious You need to add your package.json
to the PR
Hi @ToluAkin I’ve added the file. |
const filter_names = Object.keys(filter_functions); | ||
|
||
class App extends Component { | ||
state = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add your state in a constructor @PluckyPrecious
import React, { Component } from 'react'; | ||
|
||
class Form extends Component { | ||
state = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add your state in a constructor @PluckyPrecious
|
Hello @ToluAkin apologies for the long silence, I’m quite unclear about the review. |
create an app that allows creating of todo tasks.