Skip to content
View hpieroni's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Graion

Block or report hpieroni

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

Hi there 👋

Pinned Loading

  1. pixi-playground Public

    Exploration of some PIXI.js features and the interaction with a React app

    TypeScript

  2. brewerydb-challenge Public

    REST API with a single `/breweries` endpoint that returns a list of breweries in the United States

    TypeScript

  3. express-api-seed Public template

    🌱 Express REST API project

    JavaScript

  4. cision/rover-ui Public

    React UI components for Cision apps

    TypeScript 14 12

  5. Fetch wrapper for json APIs
    1
    import { authService } from "../services";
    2
    import { fetchJSON } from "./fetch-json";
    3
    
                  
    4
    const BASE_URL = 'https://example.com';
    5