Registration form
About The Project
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 Customerto add the customer to the registration form; - Click
Load locationto get the coordinates of the customer based on their address in hyper link that redirects to Google Maps; - Click
Editto enable editing; - Click
Saveto update the edited customer details; - Click
Deleteto delete the customer.
In progress
Canceledit mode button;- Disable
Add Customerif some fields left empty;
Installation
- npm install
- assign your own Google maps API key to
const apiKeyincoordinatesCheck.js. - npm start
Built With
- React.js v18.2.0
