const submitForm= ()=>{
const newItem={
name,email,phone,address
}
Axios.post(“http://localhost:3001/api/insert”,newItem) .then((response) => {
console.log(response);
})
}
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
const submitForm= ()=>{
const newItem={
name,email,phone,address
}
Axios.post(“http://localhost:3001/api/insert”,newItem) .then((response) => {
console.log(response);
})
}