This is a simple React based app to list contacts integrated with Redux to manage app state, app uses localStorage to store the state, app implements basic CRUD operations along with search action to search a contact in the contact directory. A running instance of the app is here : contact-app: live instance Source Code for the app is here : contact-app: source code All the actions are elaborated in details in the subsequent slides, App is well structured and divided into various modules.
Clone the repository
Checkout to the development branch
Install dependencies on your local computer
To start the app on local computer, execute following command from the root of the repository
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.




