[go: up one dir, main page]

Skip to content
View hectrhcc's full-sized avatar
🌱
✧˚ · .
🌱
✧˚ · .

Block or report hectrhcc

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

Open Source Love GitHub followers GitHub stars

frontendDeveloper = {
    name: 'Hector',
    specialty: 'Frontend',
    technologies: ['HTML','TailwindCSS','Sass','JavaScript','JQuery', 'React', 'ReactNative', 'Astro', 'Firebase' ],
    projects: [],
    
    addProject(project) {
    this.projects.push(project);
    },
    
    introduce() {
    console.log(`Hi, my name is ${this.name}, I\'m a frontend developer,
    and I\'m proficient in the following technologies: ${this.technologies.join(', ')}. 
    I\'ve worked on the following projects: ${this.projects.map(p => p.name).join(', ')}`);
    }
    };
    
    const blog = {
    name: 'Blog personal'
    };
    
    const landing = {
    name: 'Landing page'
    };
    
    frontendDeveloper.addProject(blog);
    frontendDeveloper.addProject(landing);
    
    frontendDeveloper.introduce();

Pinned Loading

  1. ip-address-tracker ip-address-tracker Public

    frontendmentor challenge

    JavaScript 2

  2. Camarografos2024 Camarografos2024 Public

    ayuda para los camarógrafos edd 2024 DocenteMás

    JavaScript 2

  3. agricola-del-norte agricola-del-norte Public

    proyecto de agricola del norte S.A.

    HTML 2

  4. zonafotica zonafotica Public

    web de la consultora Zona Fotica 'comprometidos con el bienestar de los peces'

    HTML 2

  5. TodoApp TodoApp Public

    clasico todo

    JavaScript 1

  6. portfolio portfolio Public

    my portfolio and stuff

    HTML 2