coderSuresh / multi-step-form

Multi step form

Home Page:https://multi-step-form-pi-five.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Multi-step form

Design preview for the Multi-step form coding challenge

Table of contents

The challenge

Your challenge is to build out this multi-step sign up form and get it looking as close to the design as possible.

You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

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 Screenshot

Solution Screenshot

Links

My process

Built with

  • Nextjs
  • Tailwindcss
  • Typescript

What I learned

I learned to make a multi-step form with Nextjs and Tailwindcss. I also learned to use the context api to manage the state of the form.

Continued development

I want to continue to learn more about the context api and how to use it to manage the state of the form.

Author

Acknowledgments

I want to thank Frontend Mentor for providing me with this challenge.

About

Multi step form

https://multi-step-form-pi-five.vercel.app


Languages

Language:TypeScript 95.1%Language:CSS 2.6%Language:JavaScript 2.2%