Submitted about 1 year agoA solution to the Newsletter sign-up form with success message challenge
Newsletter Signup form using React & Vite
react, vite
@duncan-chege

Solution retrospective
What are you most proud of, and what would you do differently next time?
- I'm proud that I did email validation in another project so I copied the logic in this project
- I also aligned the elements using CSS Grid, instead of Flexbox which I'm used to
- I used two components for the default state and success state
- Passing data from the parent component (App.jsx) to the child component (Success.jsx) was tricky but with research, it became straightforward
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Duncan Chege's solution.
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