Your users should be able to:
- Complete each step of the sequence
- Go back to a previous step to update their selections
- See a summary of their selections on the final step and confirm their order
- 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
- Receive form validation messages if:
- A field has been missed
- The email address is not formatted correctly
- A step is submitted, but no selection has been made
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Tailwind css
I learnt on Developing multisign form whereby users can be able to enter their details in a form sequentially.
I have not fully implemented the part where user will be able to see the selected items and hover,active states. This will be the future implementation.
-
Image toggling - This helped me for learning how to toggle images using relative links and looked like dom manipulation. I really liked this pattern and will use it going forward.
-
W3 schools - I usually use this as my reference point for any code,css,html,js.
-
Grid blog - a blog clearly explaining the grid column auto fit layout.
- Website - Erick Ngechu
- Frontend Mentor - @yourusername
I do acknowledge the developers of tailwind css for their awsome job in providing with faster tools for developing websites.Secondly I would like to thank most of the bloggers.