Skip to content
View AndreRSFC's full-sized avatar
🦾
🦾

Highlights

  • Pro
Block or Report

Block or report AndreRSFC

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
AndreRSFC/README.md
Hi, I’m André Simões Front End Engineer
import { me } from "../utils/dev";

describe("Person: Me", () => {
  const hobbies = ["listening musics", "playing soccer", "playing video games", "drink coffe", "code", "eat"];

  it("must show personal characteristics", () => {
    expect(me.name).toBe("André")
    expect(me.description).toBe("I'm a technology hunter and passionate for programing as a hobby. 
                                I have started my professional front end engineer journey building 
                                apps with React and Typescript. I love to contribute for open source
                                communities, to explore new tecnologies and to follow accompany technology communities")
    expect(me.hobbies).toEqual(expect.arrayContaining(hobbies));
  });

  it("must show professional characteristics", () => {
    expect(me.currentWork).toBe("Grupo Boticario")
  });

  const languagesAndTools = ["Js", "Ts", "React", "NextJs", "Angular", "Jest", "HTML", "CSS", "Others"]

  it.each(languagesAndTools)("must show familiar languages and tools", (item) => {
    expect(me.languagesAndTools.includes(item)).toBeTruthy();
  });
});

Updates Updates Updates GitHub hits

andrersfc andrersfc

Pinned

  1. ajuda-ae ajuda-ae Public

    Forked from rafaelroth/ajuda-ae

    Aplicação para divulgar ongs

    TypeScript 1

  2. react-awesome-mouse-selector react-awesome-mouse-selector Public

    Library created for multi selection of free elements and elements in tables

    TypeScript 4

  3. access-simple-tool access-simple-tool Public

    TypeScript 1