Responsive newsletter sign-up solution

Solution retrospective
I used react to build this project and it's my first react app. I hope to build more challenging ones to practice and solidify my knowledge in React. I welcome any recommendations for improvements. Thank you.
What challenges did you encounter, and how did you overcome them?I found it challenging passing data from child components to parent components but I later passed the setState function as a prop to the child component and modified the data there that way, changes in the child component are reflected in the parent component.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Great job finishing the project!
A cherry on the top
- add the line below to the button for a smoother color change:
transition: background-color .4s;
This ensures that the color will change after 400 milliseconds.
Keep up the nice work💪
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord