Connect with Me!

Have questions or want to start a project? Reach out and let's create something amazing together. We're here to help you every step of the way!

contact.ts
const submitContactForm = async (formData) => {
  try {
    const response = await fetch('/api/contact', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json'
      },
      body: JSON.stringify(formData)
    });

    if (!response.ok) {
      throw new Error('Network response was not ok');
    }

    const result = await response.json();
    return result;
  } catch (error) {
    console.error('There has been a problem with your fetch operation:', error);
  }
};
 portfolio git:(master) Ready to Send Your Message

Get in touch

Reach out to me through the following channels. Whether you want to discuss a project, have questions, or just want to connect, feel free to drop me a message. I’m always open to new opportunities and collaborations!

Discord
morgan.m
GitLab
MorganM
Gmodstore
MorganMoon