Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 938 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 938 Bytes

React multistep form

This repository contains a simple example of multistep registration form created with React, Redux and Styled Components. Available only in a mobile phone view.

Installation and run

  1. Download this repository using git clone https://github.com/elszczepano/React-Redux-multistep-form.git.

  2. Install dependencies via npm install or yarn install.

  3. Start project using npm start or build using npm run build.

Gallery

Main view

Step one

Step one with validation

Step two

Step three

Step three with photo

Step four

Created by Dominik Szczepaniak