See live: https://atom-low-ostrich.glitch.me/
This is a solution to the Multi-step form challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- Complete each step of the sequence
- 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
multi-step-demo.mp4
- Solution URL: https://github.com/developerabz/multi-step-form
- Live Site URL: https://atom-low-ostrich.glitch.me/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Vanilla JavaScript
- Playwright
- Docker
To build (for testing webkit) docker use the following:
docker build -t playwright-tests .
To run:
docker run --rm -v $(pwd):/app -w /app playwright-tests
There are two shell scripts in the folder; produrl.sh and localurl.sh. These are primarily for being able to switch between testing the development and production versions of the site.
- Frontend Mentor - @developerabz