Open
Conversation
YlvaKarlsson
approved these changes
Mar 26, 2023
YlvaKarlsson
left a comment
There was a problem hiding this comment.
Good job Cecilia! You should be proud of your knowledge so far and great job with this survey.
I'm sorry for the delayed code review due to sickness this week as well. I hope it didn't cause you some problems.
Keep up the good work and let's learn coding together for many more weeks :D
| Replace this readme with your own information about your project. | ||
|
|
||
| Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. | ||
| So this is an unfinished project. I still need to style it and make it more accesible. i focused on getting the react code and components to work. |
There was a problem hiding this comment.
I still think you made a good job by making it work in such a nice way!
| Learn how to configure a non-root public URL by running `npm run build`. | ||
| --> | ||
| <title>Technigo React App</title> | ||
| <title>Adopt a dog survey</title> |
There was a problem hiding this comment.
Happy to see that you changed the title, many people miss this one :)
| @@ -0,0 +1,21 @@ | |||
| import React from 'react' | |||
|
|
|||
| const sizes = ['XS', 'S', 'M', 'L', 'XL'] | |||
There was a problem hiding this comment.
Good job with adding the different sizes in an array.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So this project is almost finished. I still need to finish the last basic requirement.