JoseCorreaMorales / joseCorreaMorales

My readme description 💫💫

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👋 Hi, there!

Jose's my personal portfolio, which showcases my current interests, projects, and knowledge on notion Jose's gmail Jose's medium page

Typing SVG

export class Info {
  name: string = "Jose Correa M.";
  age: number = 22;
  nationality: string[] = ["Mexican"];
  languages: Record<string, string>[] = [
    { Spanish: "Native" },
    { English: "B1" },
  ];
  school: string = "Instituto Tecnológico Superior De Ciudad Hidalgo";
  occupation: string = "Student";
  freetime: string[] = ["Gym", "Reading", "Hanging out with friends"];
}

export class Programming {
  languages: string[] = ["Java", "JavaScript", "PHP", "Python"];
  stylesheets: string[] = ["CSS", "SASS", "SCSS"];
  frameworks: string[] = ["Bootstrap"];
  runtimes: string[] = ["Node"];
  databases: string[] = ["MySQL", "MariaDB"];
  learning: string[] = ["tailwind", "React", "Mongo"];
  projects: string[] = [
    "IoT rfidproject",
    "Angular inventory app",
    "Headphones landing page",
    "Courses landing page",
  ];
}

export class Social {
  website: string = "https://josecorreamorales.netlify.app/";
  github: string = "josecorreamorales";
  discord: string = "josecorream.";
  linkedin: string = "linkedin.com/in/jose-correa-morales/";
}

Languages, tools, Workspaces and frameworks I'm familiar with:

Programming Languages

Java Icon JavaScript Icon Python Icon PHP Icon

Frontend and design

SCSS Icon CSS3 Icon HTML5 Icon Bootstrap Icon JavaScript Icon Adobe Photoshop Icon Adobe Illustrator Icon Adobe Illustrator Icon Bulma CSS

Backend

Node.js Icon Express.js Icon Firestore Icon MySQL Icon MariaDB Icon Lumen

Workspace and tools

Ubuntu Icon NetBeans Icon Bash Icon Linux Icon Postman Icon Visual Studio Code Icon Vercel Icon Terminal Icon Git Icon npm Icon Canva Icon Xampp Icon Trello Icon Netlify Icon

Check my resume down below 👇

 

📃   Resume

Education

  • 📖  Technical Programming Program
    📆  2016 - 2019
    📍  CECyTEM 17 - Ciudad Hidalgo, Michoacán, México

Volunteering

  • 👨‍💻  Volunteer in the design department
    📆  2022 - Present
    📍 Instituto Tecnológico Superior De Ciudad Hidalgo - Ciudad Hidalgo, Michoacán, México
  • 👨‍💻  Community service at ITSCH as webDev for Klasster Group entrepreneurship
    📆  2022 - Present
    📍 Instituto Tecnológico Superior De Ciudad Hidalgo - Ciudad Hidalgo, Michoacán, México

Projects

PapeleriaJIM headphones-landing-page

Landing-page-courses SmartHomeApp

IA Projects 🤖

About

My readme description 💫💫

License:Apache License 2.0