Skip to content
View JoseCorreaMorales's full-sized avatar
:fishsticks:
focusing 💫
:fishsticks:
focusing 💫

Highlights

  • Pro
Block or Report

Block or report JoseCorreaMorales

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
JoseCorreaMorales/README.md

👋 Hi, there!

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

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 logo javascript logo python logo php logo

Frontend



css3 logo html5 logo bootstrap logo javascript logo bulma logo PICO CSS logo sass logo tailwindcss logo react logo photoshop logo illustrator logo

Backend



nodejs logo express logo mariadb logo firebase logo mysql logo lumen logo

Workspace and tools



ubuntu logo linux logo bash logo vscode logo git logo github logo npm logo canva logo apache logo postman logo vercel logo netlify logo

// 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 🤖

Pinned Loading

  1. foro foro Public

    💬Este proyecto de Angular es un foro en el que los usuarios pueden crear temas y discutir sobre ellos - Practica Web para la materia de PWA.

    TypeScript

  2. ProyectoJardineriaDelEden ProyectoJardineriaDelEden Public

    ¡Vive tu vida, vive tus plantas! 🌿 Somos Jardinería Del Edén, un proyecto que busca ayudar a los amantes de la naturaleza a vivir plenamente a través de la jardinería. Nuestro objetivo principal es…

    PHP

  3. Pokedex Pokedex Public

    📟 This project fetches data from the PokeAPI and displays information about differents Pokemon on a webpage.

    SCSS

  4. rfidproject rfidproject Public

    "Jag Pay Transit" 💳 and it aims to solve the problem of traditional cash payment for public transportation along the 18 de Marzo route, which is commonly used by students to reach the Higher Techn…

    Kotlin 1

  5. Node-REST-API Node-REST-API Public

    This is a REST API for a simple store management system. It allows you to create, read, update and delete products and users. It also allows you to generate a report of all products in an excel file.

    JavaScript

  6. ghibliStation ghibliStation Public

    ⛩️🌟This is a react + vite + Firebase practice project for a login/sign-up page and bring information about Studio Ghibli (スタジオジブリ) movies using pico.css framework.

    JavaScript