-
Notifications
You must be signed in to change notification settings - Fork 45
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
Edges - Katrina - Inspiration Board #22
base: master
Are you sure you want to change the base?
Conversation
Inspiration BoardWhat We're Looking For
Marvelous work on this Katrina! This project looks great, and in particular, this code is really well structured and organized and elegant. I only have one comment on code, but otherwise, I'm super happy and this is a fantastic submission! Nice work |
|
||
this.state = { | ||
cards: [], | ||
}; | ||
} | ||
|
||
componentDidMount() { | ||
|
||
const url = `${this.props.url}/boards/katrina/cards`; |
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 like how you constructed this URL! Maybe you could've used the prop boardName
if you had set it to katrina
(passed in from App
)
Inspiration Board
Congratulations! You're submitting your assignment!
Comprehension Questions