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 installOpen a separate terminal to start the client:
cd react-customers
npm startYour default web browser will be launched automatically with the url http://localhost:3000
.JSON db managment endpoints are at http://localhost:3001/customers