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

Block or report donxito

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

Hi there ๐Ÿ‘‹ I'm Miguel

Typing SVG

newbanner

const miguelChito = {
  personalInfo: {
    name: "Miguel",
    role: "Frontend Developer",
    linkedIn: "https://linkedin.com/in/miguelchito-reactdeveloper",
    github: "https://github.com/donxito",
    website: "https://mchito.vercel.app"
  },
  skills: {
    frontend: ["JavaScript", "TypeScript", "React", "Next.js", "HTML", "CSS", "SASS", "TailwindCSS", "Redux", "React Query"],
    backend: ["Node.js", "Express", "REST APIs"],
    databases: ["MongoDB", "PostgreSQL", "Firebase", "Supabase"],
    cloud: ["AWS", "Vercel", "Heroku"],
    tools: ["Git", "GitHub", "VS Code", "Docker", "Jest", "React Testing Library", "Webpack", "npm", "yarn"]
  },
  introduceYourself() {
    console.log(`
      Hello! I'm ${this.personalInfo.name}, a ${this.personalInfo.role}.
      You can find me on:
      - LinkedIn: ${this.personalInfo.linkedIn}
      - GitHub: ${this.personalInfo.github}
      - Website: ${this.personalInfo.website}
    `);
  },
  listSkills() {
    console.log(`
  My technical skills include:
  Frontend: ${this.skills.frontend.join(", ")}
  Backend: ${this.skills.backend.join(", ")}
  Databases: ${this.skills.databases.join(", ")}
  Cloud: ${this.skills.cloud.join(", ")}
  Tools: ${this.skills.tools.join(", ")}
    `);
  }
};

// Usage
miguelChito.introduceYourself();
miguelChito.listSkills();

Tech Stack:

HTML5 CSS3 JavaScript React Express.js MongoDB NodeJS TailwindCSS Bootstrap Next.js Typescript

Connect with me:

LinkedIn

Gmail

Pinned Loading

  1. HyggeClean HyggeClean Public

    HyggeClean is a modern, bilingual (Danish/English) web application for a professional cleaning service

    TypeScript 1

  2. recipe-generator recipe-generator Public

    NextBite -> Check the ingredients that you have at home and search in this API for a recipe

    TypeScript 1

  3. founder-finder-client founder-finder-client Public

    Founder Finder is a web application where users can search for potential co-founders.

    TypeScript 2

  4. founder-finder-server founder-finder-server Public

    This repository contains the code for the server-side of the application, built using Node.js, Express, and MongoDB.

    JavaScript 2

  5. frontend-booknotes frontend-booknotes Public

    Mini Book Club - a gift for my wife and her book reading club. Mini Book Club is a place where you can share notes of your favourite books and also ratings.

    JavaScript 1

  6. game_paperboy game_paperboy Public

    Small remake of the 80's legendary paperboy arcade game

    JavaScript 3