priyankaphulmante98 / mutisteper-form-validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MULTISTEPPER FORM

  • 1] STEP - 1

Screenshot (758)

  • Form is one of the most important part of any application. Handling and managing forms in React apps are hard, especially multi-step forms. There are many different libraries out there that can make your life easier and Material UI is one of the best choice nowadays.

  • This is all about explaining how to build a simple multi-step form with Material-UI .

  • For Materil UI also seamlessly integrates with Material UI (MUI) - a React library that implement Google Material Design, providing many components like TextField, Button, CheckBox, Select, Step and several others out of the box, I decided to use MUI for this project to speed up the UI development and give the app a more decent look.

  • Here is a quick overview of what we are going to do:

  • Create a new React app using npx create-react-app multistepper_form

  • Create a simple multi-step Checkout form with Material UI

  • 2] STEP - 2

Screenshot (760)

  • 3] STEP - 3

Screenshot (761)

Built With

  • React.js
  • Material UI
  • CSS
  • Steper
  • Netlify

Live Demo

Netlify link available here

Run Locally

Clone the project & Go to the project directory

  https://github.com/priyankaphulmante98/mutisteper-form-validation.git

Install dependencies

  npm install
  npm run start

Prerequisites

React.js , Material UI , Netlify

Setup

VS code , GitHub,Netlify

FOLDER STRUCTURE

Screenshot (762)

Authors

👤 Priyanka Phulmante

About


Languages

Language:JavaScript 80.1%Language:CSS 12.4%Language:HTML 7.5%