Skip to content

[DFFA-156] Build a To-Do App with REACT#907

Open
PluckyPrecious wants to merge 2 commits into
Dufuna-CodeCamp:masterfrom
PluckyPrecious:React/todo-app/PluckyPrecious
Open

[DFFA-156] Build a To-Do App with REACT#907
PluckyPrecious wants to merge 2 commits into
Dufuna-CodeCamp:masterfrom
PluckyPrecious:React/todo-app/PluckyPrecious

Conversation

@PluckyPrecious
Copy link
Copy Markdown
Contributor

create an app that allows creating of todo tasks.
hoopla
hoopla2

create an app that allows items
Copy link
Copy Markdown
Collaborator

@ToluAkin ToluAkin left a 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

@PluckyPrecious
Copy link
Copy Markdown
Contributor Author

Hi @ToluAkin I’ve added the file.

Comment thread submissions/KelechiPreciousNwachukwu/React/todo-App/src/index.js
const filter_names = Object.keys(filter_functions);

class App extends Component {
state = {
Copy link
Copy Markdown
Collaborator

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 = {
Copy link
Copy Markdown
Collaborator

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

@ToluAkin
Copy link
Copy Markdown
Collaborator

ToluAkin commented Jun 1, 2021

image
@PluckyPrecious I'm getting this. The item is active and it has strikethrough and is checked

@PluckyPrecious
Copy link
Copy Markdown
Contributor Author

image
@PluckyPrecious I'm getting this. The item is active and it has strikethrough and is checked

Hello @ToluAkin apologies for the long silence, I’m quite unclear about the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants