Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PluckyPrecious
Copy link
Contributor

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

create an app that allows items
Copy link
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
Contributor Author

Hi @ToluAkin I’ve added the file.

const filter_names = Object.keys(filter_functions);

class App extends Component {
state = {
Copy link
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
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
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
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