-
Notifications
You must be signed in to change notification settings - Fork 145
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
Happy Thoughts Project - Elina Eriksson Hult #100
base: main
Are you sure you want to change the base?
Conversation
…s to each component
…r handling in ThoughtForm
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.
Hi Elina!
First of all - kudos for following the design so closely! Looks super. Onto the code...
Your project is well structured and you've successfully met all the requirements. Some things to think about in the future:
- Don't forget to label your form elements
- No need to import React
- Your CSS file's indentation is a bit off
- input type text is used for shorter text, next time I'd suggest using a textarea instead
Keep up the good work and continue to split your code into smaller components like this ⭐
|
||
return ( | ||
<div> | ||
< Header /> |
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.
*<Header />
… and removed import react from components
https://happythoughtselina.netlify.app/