React Challenges Week1 Week2
React Challenges Week1 Week2
Week 1 Challenges
- Validate that both fields are not empty and email includes @.
- Create a reusable Button component that takes label, onClick, and color as props.
Week 2 Challenges
- Build a Card component that takes a title, description, and image as props.
- Pass state from Parent to Child and send data back via callback.