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(', ')}
`);
- Copenhagen
-
13:30
(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.