CodePapa360 / Multi-Step-Form

Multi step form with React hook form, and Redux state management.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status License

Twitter LinkedIn

This React project demonstrates a multi-step form. The form utilizes React Hook Form for data validation and Redux Toolkit for state management, enhancing user experience and data integrity.

Screenshot

Table of contents📚

Key Features🎉

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
  • 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
  • See hover and focus states for all interactive elements on the page
  • View the optimal layout for the interface depending on their device's screen size

My process🛠️

Tech Stack🏗️

  • React
  • React Hook Form
  • Styled Components
  • Vite

What I Learned💡

  • Breaking down complex forms into manageable steps: I learned that multi-step forms can significantly improve user engagement and reduce form abandonment by breaking down complex data collection processes into smaller, more manageable steps.

  • Implementing data validation with React Hook Form: I gained experience in utilizing React Hook Form to effectively validate user inputs, ensuring data integrity and preventing invalid submissions.

  • Leveraging Redux Toolkit for state management: I explored the power of Redux Toolkit for managing the form's state, facilitating consistent data handling and easy updates.

Installation📥

  • Clone this repo:
git clone https://github.com/CodePapa360/Multi-Step-Form.git
  • Install dependencies:
npm install
  • Build command:
npm run build
  • Live server:
npm run dev

Author👤

Alamin

Feel free to contact me with any questions or feedback!

Star this project🌟

Show your appreciation by starring this project on GitHub.🙂 Your support will motivate me to continue creating and sharing valuable open-source projects

Acknowledgments🙏

I would like to express my gratitude to Frontend Mentor for providing the challenge and inspiration to build this project. Their platform and resources have been instrumental in my learning journey and the development of this project.

License📜

This project is licensed under the MIT License - see the LICENSE file for details.

About

Multi step form with React hook form, and Redux state management.

https://multi-step-form-codepapa.vercel.app

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 5.7%