Contacts List - React Redux Skills Test Build a simple contacts list using React - Redux Instructions Fork this repository using your github account. For each part, commit your work on a separate branch It is not required for you to finish all the parts. You can submit your work anytime. send an email to info@pragmanila.com with a link to your forked repo when done. Requirements Part 1: React UI Create a react project using Create React App (https://github.com/facebook/create-react-app Create a static UI for a simple contacts list with the following fields: First Name Middle Name Last Name Mobile Number Email Address Part 2: Redux Use redux to add states for the contacts list Add functions to add, edit and delete contacts Part 3: Validation Validate fields upon entry (onChange) Rules/Pointers: Clearly written code is a big plus Commit codes eligibly by specifying what has been change