Skip to content

DawidBugajski/multi-step-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Multi-step form solution

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:

Challenges from creators:

  • 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

I also added several features by myself:

  • I added validation to each of the fields in the form in the first step
  • The last message thanking you for your purchase displays the user's nickname, phone number and email address

Screenshot

Links

My process

Built with

What I learned

In the project I practiced I learned among other things :

  • Planning and storage of the entire application state in one place with redux toolkit query
  • Using multiple slices from redux
  • Creating reusable components, separating logic from UI
  • Creating function helpers for use in multiple locations

Author