Skip to content

Conversation

@copelandhouse2
Copy link
Owner

Timeline designed in class

  • Add Edit feature
  • Style the timeline

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Craig, nice job! Just a couple of things to clean up

color: 'blue',
id: this.state.timeLine.length + 1
};
this.setState({timeLine: [...this.state.timeLine, card], inputValue: ''})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice method

this.setState({editCard: id,});
};

handleChange2=(e)=>{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this a more specific function name

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.

3 participants