Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.85 KB

README.md

File metadata and controls

73 lines (48 loc) · 1.85 KB

Frontend Mentor - Multi-step form solution

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.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

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

Demo video

multi-step-demo.mp4

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Vanilla JavaScript
  • Playwright
  • Docker

Docker build (Linux)

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

produrl and localurl bash scripts

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.

Author