Skip to content
View aydope's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aydope

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 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
aydope/README.md

Aydope

const response = {
  status: 200,
  data: {
    person: {
      name: "Amin",
      knownAs: "Aydope",
      dob: "June 1st",
    },
    skills: {
      frontend: ["Html5", "Css3", "JavaScript", "TypeScript", "React.js"],
      backend: ["Node.js", "Express.js"],
      database: ["MongoDB"],
      other: ["Git", "REST APIs"],
    },
  },
  meta: {
    lastUpdated: new Date().toISOString(),
    profileVisibility: "public",
    version: "1.2.2",
  },
};

Typing SVG

I'm Amin, a web developer from Iran who loves coding and building cool things.

I have a good understanding of web development and I'm skilled in Front-End, Back-End. I’ve spent a lot of time learning and working on personal projects to improve my skills.

Even though I don’t have professional experience yet, I’ve worked on several personal projects that helped me grow as a developer and understand how to build better, cleaner code.

Want to build something cool or just talk about web dev? You can reach me on Discord.

Here are the technologies I work with:

My Skills

GitHub Stats

Snake

Discord
Website
Profile Views

Popular repositories Loading

  1. snakid snakid Public

    Snakid – Simple Snake Game

    JavaScript 1

  2. node-cli-http-server node-cli-http-server Public

    A clean and simple CLI tool to start, stop, and restart an HTTP server using Node.js.

    JavaScript 1

  3. aydope aydope Public

    This is the README for my GitHub page.

  4. aydope.github.io aydope.github.io Public

    This is my personal website

    CSS

  5. basic-google-search basic-google-search Public

    A simple Google search clone

    HTML