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

Block or report devoNOTbevo

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

Pinned Loading

  1. react-ts-boilerplate react-ts-boilerplate Public

    A boilerplate React repository with state management, service-based custom hooks, mock service worker handlers for testing, and TypeScript

    TypeScript 1

  2. tippe tippe Public

    a simple worker service that spins up multiple queue consumers for Amazon SQS

    JavaScript 1

  3. configure_firebase.js configure_firebase.js
    1
    const { exec } = require('child_process');
    2
    const { writeFileSync } = require('fs');
    3
    const environment = process.env.ENVIRONMENT || 'development';
    4
    
                  
    5
    // test environment configuration
  4. SelectElement: A sample React Compon... SelectElement: A sample React Component that has a button that initiates actions to hover over and element and drop a pin on that element. While "dropping", elements are outlined to show visibility. It then opens a modal to initiate a workflow from there.
    1
    import { ToastContainer, toast } from 'react-toastify';
    2
    import Modal from 'react-modal';
    3
    import { useEffect, useState } from 'react';
    4
    import useScreenshot from '../../hooks/screenshot-hook';
    5
    import useWishes from '../../hooks/wishes-hook';
  5. re-deal-sim re-deal-sim Public

    a React, TypeScript real estate investment deal calculator

    TypeScript