React.js remake of my old Vue.js project.
Add the details of the customers to the Customers registration form
to show their details in the Customers list
, see their coordinates based on the address and edit them anytime.
- Click
Add Customer
to add the customer to the registration form; - Click
Load location
to get the coordinates of the customer based on their address in hyper link that redirects to Google Maps; - Click
Edit
to enable editing; - Click
Save
to update the edited customer details; - Click
Delete
to delete the customer.
Cancel
edit mode button;- Disable
Add Customer
if some fields left empty;
- npm install
- assign your own Google maps API key to
const apiKey
incoordinatesCheck.js
. - npm start
- React.js v18.2.0