Inalegwu - Overview

View Inalegwu's full-sized avatar

Block or report Inalegwu

  • šŸ‘‹ Hi, I’m Inalegwu
  • šŸ’” Mobile Developer Working with React Native
  • šŸ’žļø I’m looking to collaborate on React Native Based Projects
  • šŸ“« How to reach me email :ikwueinalegwu@gmail.com

Pinned Loading

  1. Sleek and Modern Comic Book Reader, for the Digital Comic Enthusiast

    TypeScript 5

  2. Ediga-Oya Rays Of Hope Marketing Website/Landing Page

    TypeScript

  3. Cross Platform File Sharing Solution

    TypeScript

  4. Wrapper function for neverthrow to turn unsafe functions into result types

    TypeScript 1

  5. 1

    import EventEmitter from "node:events";

    3

    export class TypedEventEmitter<TEvents extends Record<string, unknown>> {

    4

      private emitter = new EventEmitter().setMaxListeners(15);