Skip to content
View cramosp's full-sized avatar

Block or report cramosp

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

Hello, I'm Cristina ๐Ÿ‘‹

cramosp

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

cristinaRamos.introduceYourself();

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

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

console.log(`
  I have a passion for gaining new insights, rigth know I am learning ${cristinaRamos.currentlyLearning}.
`);

๐Ÿ›  Tech Stack:

CSS HTML JavaScript React MongoDB ExpressJS NodeJS MUI Bootstrap

๐Ÿ“ซ Connect with Me

Pinned Loading

  1. CrisZohra/random-news-react-app CrisZohra/random-news-react-app Public

    React App - What Now?

    JavaScript

  2. dbugger-game dbugger-game Public

    OOP Game built with web technologies (html, css, javascript).

    JavaScript