Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 610 Bytes

Validate JS With Redux Form

Image of Form

This repository you will help you ease the pain of writing complex form validation logic in simple and a declarative way of validating javascript objects.

The project is written in React JS.

Demo

You can check the form here, deployed using GitHub Pages.

Installation

  • Install npm package manager
  • Clone the repository and we are good to go!
git clone https://github.com/vinaysharma14/validate-js-with-redux-form.git
npm install
npm start