Practice building a multi-step form in React using React Router and React Hook Form. Concept from https://www.frontendmentor.io
build image command: docker build -t scottshubert/react-multi-step-form .
(image also available on docker hub)
run command: docker run --name react-form -p 8080:8080 -d scottshubert/react-multi-step-form