Skip to content
View Auchan22's full-sized avatar
🤓
Learning
🤓
Learning

Highlights

  • Pro
Block or Report

Block or report Auchan22

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

Hola!, Soy Agustin Surila

Frontend Developer Jr. autodidacta, en busqueda de nuevas oportunidades!

Twitter Follow Linkedin: Agustin Surila Soto GitHub followers

class User {
    constructor(props){
        this.nombre = props.nombre;
        this.apellido = props.apellido;
        this.localidad = props.localidad;
        this.conocimientos = props.conocimientos;
    };
    
    get conocimientos(){
        return this.conocimientos;
    };
};

const conocimientos =[
    {
        type: 'Frontend',
        Items: ['HTML5', 'CSS', 'Javascript','Bootsrap', 'Chakra UI', 'React JS']
    },
    {
        type: 'Backend',
        Items: ['NodeJs', 'MongoDB', 'MySQL', 'Express'],
    },
    {
        type: 'Idiomas',
        Items: ['Ingles', 'Español']
    },
    {
        type: 'Adicionales',
        Items: ['Git', 'JSON', 'Typescript']
    },
    ];


const Agus = new User({
    nombre: 'Agustín',
    apellido: 'Surila Soto',
    localidad: 'Berisso, Buenos Aires, Argentina',
})

No tengas miedo en agregarme, no muerdo

👨‍💻 Repositorios 👨‍💻



















Lenguajes mas usados 👅

AnhellO :: Lenguajes mas Usados

Pinned

  1. Desafio-SoyDevrock-9-11-20 Desafio-SoyDevrock-9-11-20 Public

    CSS 1

  2. Dolarsucho Dolarsucho Public

    CSS 1

  3. Testimonials-Grid-Section Testimonials-Grid-Section Public

    CSS 1

  4. Astrology-App Astrology-App Public

    Es una web application que te tira las cartas del Tarot

  5. Piedra-Papel-o-Tijera Piedra-Papel-o-Tijera Public

    Desarrollo de un juego tradicional

    JavaScript