Skip to content
View meysamhazrati's full-sized avatar
💻
Coding...
💻
Coding...
Block or Report

Block or report meysamhazrati

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
meysamhazrati/README.md
(async () => {
  try {
    const response = await fetch("me");

    if (response.ok) {
      const me = await response.json();
      console.log(me);
    } else {
      const { message } = await response.json();
      throw new Error(message);
    }
  } catch (error) {
    console.error(error);
  }
})();
{
  firstName: "MeySaM",
  lastName: "HaZraTi",
  birthday: "07-10",
  contact: {
    phone: 09035384705,
    email: "iMeysamHazrati@gmail.com"
  },
  technologies: ["HTML", "CSS", "Tailwind", "JS", "React", "Node", "Express", "MongoDB"],
  isCoding: true
}
HTML CSS Tailwind JS React Node Express MongoDB

Pinned

  1. techno-shop techno-shop Public

    A shop for technology🖥

    JavaScript 3