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:
https://github.com/user-attachments/assets/08e47393-6f18-4308-a5a8-d65927b54b8b
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.