- Build a simple contacts list using React - Redux
- 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 [email protected] with a link to your forked repo when done.
- 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
- Use redux to add states for the contacts list
- Add functions to add, edit and delete contacts
- Validate fields upon entry (onChange)
- Clearly written code is a big plus
- Commit codes eligibly by specifying what has been change