-
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
Semret Nicodimos - Inspiration-board - Edges #21
base: master
Are you sure you want to change the base?
Conversation
…on of the code for wave1
Inspiration BoardWhat We're Looking For
Semret! Great work with this project. I have only a few comments on this code, and it seems like your snapshot tests fail, but just need to be updated! Other than that, I think you did a good job with this code. Great work! |
}; | ||
} | ||
componentDidMount() { | ||
axios.get('https://inspiration-board.herokuapp.com/boards/Semret/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.
There might be a good way to use the props url
and boardName
that the App
component passes in for this (you'd need to change the boardName
that App
defines)
Inspiration Board
Congratulations! You're submitting your assignment!
Comprehension Questions