This is a solution to the Newsletter sign-up form with success message challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- Add their email and submit the form
- See a success message with their email after successfully submitting the form
- See form validation messages if:
- The field is left empty
- The email address is not formatted correctly
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: Solution URL here
- Live Site URL: Live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
In the process of completing this project, I gained experience in using React and specifically worked with the useState
hook.
- React - State and Lifecycle
- React - Hooks at a Glance
- React - Hooks API Reference
- React Hooks Cheat Sheet
I plan to:
- Enhance skills in managing different states with React
- Explore more about React hooks
- Understand the lifecycle of components
- Ensure smooth user experience across different devices
- LinkedIn - Doina Leovchin
- Frontend Mentor - @yDoileo