Skip to content
View donxito's full-sized avatar
Block or Report

Block or report donxito

Report abuse

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

Report abuse
donxito/README.md

banner

Typing SVG

const miguelChito = {
  personalInfo: {
    name: "Miguel",
    role: "Full Stack Developer",
    linkedIn: "[https://www.linkedin.com/in/miguelchito-reactdeveloper]",
  },
  
  skills: {
    frontend: ["JavaScript", "TypeScript", "HTML", "CSS", "SASS", "MUI", "TailwindCSS"],
    backend: ["NodeJS", "Express"],
    databases: ["MongoDB"],
    frameworks: ["React", "Vue", "Nextjs"],
    tools: ["Git", "GitHub", "VS Code", "npm", "Webpack"],
  },
  
  
  introduceYourself: () => {
    console.log(`
      Hello! I'm ${miguelChito.personalInfo.name}, a ${miguelChito.personalInfo.role}.
      If you want to know a bit more about me, visit my LinkedIn profile: ${miguelChito.personalInfo.linkedIn}
    `);
  },
};

miguelChito.introduceYourself();

console.log(`
  I have experience in a variety of technologies, including:

  Frontend: ${miguelChito.skills.frontend.join(', ')}
  Backend: ${miguelChito.skills.backend.join(', ')}
  Databases: ${miguelChito.skills.databases.join(', ')}
  Frameworks: ${miguelChito.skills.frameworks.join(', ')}
  Tools: ${miguelChito.skills.tools.join(', ')}
`);

Tech Stack:

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

Connect with me:

LinkedIn

Gmail

Pinned Loading

  1. founder-finder-client founder-finder-client Public

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

    TypeScript 1

  2. 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

  3. mig-max/eventManager-frontend mig-max/eventManager-frontend Public

    Eventslap a is Full-stack application using the MERN stack (MongoDB, Express, React, and Node.JS). SPA frontend, built with React, consisting of multiple views and implementing all CRUD actions. Th…

    JavaScript 1

  4. mig-max/travel-tips mig-max/travel-tips Public

    This project has been created as a Single Page Application (SPA) using React. Integrated with an external API, the React application allows users to perform CRUD operations.

    JavaScript 1 1

  5. game_paperboy game_paperboy Public

    Small remake of the 80's legendary paperboy arcade game

    JavaScript 1

  6. 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 1