Skip to content
View WhiteX's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report WhiteX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
WhiteX/README.md
  • ๐Ÿ‘‹ Hi, I'm @WhiteX
  • ๐Ÿ‘€ I'm interested in AI and modern web development with React
  • ๐ŸŒฑ I'm currently working with Next.js, Medusa, PayloadCMS, TailwindCSS, and AI technologies
  • ๐Ÿ’ผ Founder of WhiteX Design
  • ๐Ÿ’ž๏ธ I'm looking to collaborate on AI and React projects
  • ๐Ÿ“ซ How to reach me > https://whitex.design/contact

Pinned Loading

  1. WhiteX-Dev/xampp-wp-installer WhiteX-Dev/xampp-wp-installer Public

    Install WP in XAMPP with a few clicks

    PHP

  2. Sending data to a web hook using jav... Sending data to a web hook using javascript XMLHttpRequest #clientside
    1
    function postDataToWebhook(data){
    2
      //get the values needed from the passed in json object
    3
      var userName=data.name;
    4
      var userPlatform=data.platform;
    5
      var userEmail=data.email;