Skip to content
View igorcaldeira's full-sized avatar
🔥
🔥
Block or Report

Block or report igorcaldeira

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

Hi there 👋

Pinned Loading

  1. boilergen boilergen Public

    Generator based on create-react-app for some small apps

    JavaScript 6 3

  2. react-architecture react-architecture Public

    JavaScript 10 2

  3. cz-lean-changelog cz-lean-changelog Public

    Forked from commitizen/cz-conventional-changelog

    A simple commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog

    JavaScript 2

  4. The relevant parts of a section of c... The relevant parts of a section of code using reactjs that shows part of a message handler component. This component handle various types of messages that appears fixed and above the main menu of a system. It has some rules like show the message only for 3 seconds each and group messages with the same content. Hope you like it!
    1
    import React from 'react'
    2
    import { translate } from 'react-i18next'
    3
    import { connect } from 'react-redux'
    4
    import PropTypes from 'prop-types'
    5
    import { simpleId } from 'utils/utility'
  5. json-editor-as-form json-editor-as-form Public

    JavaScript 1 2

  6. simple-numerical-curve-fitting simple-numerical-curve-fitting Public

    Simple use of numerical method of curve fitting using JavaScript

    JavaScript 1