import { useState } from "react"; import { ContactStyle } from "./contact.style"; import axios from "handlers/axios"; function Contact() { const [input, setInput] = useState({ senderName: "", email: "", message: "", topic: "", }); const [isSubmitted, setIsSubmitted] = useState(false); function changeInput(evt) { const { name, value } = evt.target; setInput({ ...input, [name]: value, }); } function submitForm(evt) { evt.preventDefault(); axios.post("/contactme/postQuery", input); setIsSubmitted(true); } return (

Contact Me

If you have any questions, feel free to contact me. I am always open to discussing new projects and opportunities.


Email:

me@bravo68web.me


Phone:

+91 6291559872


Discord:

Bravo68-DF_Techs#6429


Extra:

Calendly