/user-details

Primary LanguageJavaScript

Application link: user-details

Field Validations:

OnChange -

  1. Name: Cannot include digits and special characters.
  2. Email: Must be in the required format.
  3. Mobile: length must be 10 digits, cannot include special characters and numbers.

OnSubmit -

  1. Email: Must be unique for all users.
  2. Mobile: Must be unique for all users.

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

External libraries used:

  1. Redux-form
  2. React-bootstrap
  3. Redux-persist

To run the Application follow the steps below:

  1. Clone or download the source code.
  2. cd $FOLDER_NAME
  3. npm install
  4. npm start