Using ReactJS framework, create a single page web application that allows a user to Create, List, Update and Delete customers. A customer is made of up the following attributes; Name Email Phone Street City State Zip
https://github.com/techjackpot/react-customers.git
git clone https://github.com/techjackpot/react-customers.git
cd react-customers
# Install dependencies
npm install
Open a separate terminal to start the client:
cd react-customers
npm start
Your default web browser will be launched automatically with the url http://localhost:3000
.JSON db managment endpoints are at http://localhost:3001/customers