const miguelChito = {
personalInfo: {
name: "Miguel",
role: "Junior 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();
- Copenhagen
-
18:12
(UTC +01:00) - https://mchito.vercel.app
- in/miguelchito-reactdeveloper
Pinned Loading
-
recipe-generator
recipe-generator PublicNextBite -> Check the ingredients that you have at home and search in this API for a recipe
TypeScript
-
founder-finder-client
founder-finder-client PublicFounder Finder is a web application where users can search for potential co-founders.
TypeScript 2
-
frontend-booknotes
frontend-booknotes PublicMini 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
-
mig-max/eventManager-frontend
mig-max/eventManager-frontend PublicEventslap 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
-
game_paperboy
game_paperboy PublicSmall remake of the 80's legendary paperboy arcade game
JavaScript 3
-
founder-finder-server
founder-finder-server PublicThis repository contains the code for the server-side of the application, built using Node.js, Express, and MongoDB.
JavaScript 2
If the problem persists, check the GitHub status page or contact support.