Design comparison
Solution retrospective
Multi StepForm
This project is an example of a Multi-Step Form created using React, Typescript, Styled Components, Context API and Hook Form technologies. The purpose of this form is to capture user information in several steps, making the process easier and more intuitive.
Prerequisites
To run this project, you will need to have Node.js installed on your computer.
Running the project
To run the project, follow the instructions below:
- Clone the repository:
git clone https://github.com/murilonicemento/multi-step-form.git
- Install dependencies:
multi-step-form cd npm install
- Start the development server:
npm run dev
The development server will start and the project will be available at http://localhost:3000.
Contributing
If you want to contribute to the project, follow the instructions below:
-
Fork the repository:
-
Clone the forked repository:
git clone https://github.com/murilonicemento/multi-step-form.git
- Create a branch for your contribution:
git checkout -b my-contribution
- Make the desired changes and commit your changes:
git add . git commit -m "My contribution"
- Push your changes to the forked repository:
git push origin my-contribution
- Open a pull request on the original repository.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord