I created two components , one for the Card and one SuccessCard for the success message after submission .
i used useState to get hold of the email input with help of FormData and another useState for the errors .
then i conditionally rendered whats shown on screen based on a third useState in the App component , by passing two props to the Card and SuccessCard.
What specific areas of your project would you like help with?i am open to suggestions on improvements or if there are other simpler ways to do this challenge .
i could not replicate the same design and i could use some help with that .