/reactjs-form-practice

This a practice sample form using ReactJS

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

reactjs-form-practice

This is a practice 3 step form in ReactJS and each step has a back button expect the First Step. And each step will conserve all the supplied data so after clicking the back button you don't have to resubmit all the data only change the data required.

Requirements

  1. node
  2. npm
  3. babel
  4. webpack
  5. react

Application ScreenShot

ReactJs Form Practice

Usage

npm install
npm start
open http://localhost:9000