Skip to content
View SomtoUgeh's full-sized avatar
:octocat:
Zzzzzch
:octocat:
Zzzzzch
Block or Report

Block or report SomtoUgeh

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

Twitter Badge Linkedin Badge

Hi there πŸ‘‹πŸΎ

I'm Somto Medua-Ugeh, I'm a software engineer πŸ‘¨β€πŸ’» based in London, UK.

I make stuff for the web & mobile with JavaScript and Typescript

My passion is creating, and I find happiness in being a better me today than I was yesterday πŸ™πŸΎ

  • I build, operate & sometimes rescue web applications πŸ’»
  • πŸ’¬ Ask me about: tech, memes, weird shows.
  • πŸ˜„ Pronouns: he/him

Pinned Loading

  1. somtougeh.com somtougeh.com Public

    Personal playground ... All you need to know about me!

    JavaScript 2

  2. react-korapay react-korapay Public

    πŸ’³ πŸ“¦ πŸ’° React package for implementing Korapay collection gateway

    TypeScript 12 2

  3. react-mono react-mono Public

    πŸ’³ πŸ“¦ πŸ’° React package for implementing Mono enrollment easily

    TypeScript 9

  4. create-rct-app create-rct-app Public

    Create a react application (CRA, Next, TS) from your terminal with different setup options.

    JavaScript 2

  5. feature-flag-FE.ts feature-flag-FE.ts
    1
    /* Add new identifiers here */
    2
    enum AppModuleView {
    3
      DASHBOARD = "DASHBOARD",
    4
      PROFILE = "PROFILE",
    5
      FAQ = "FAQ",
  6. Ratings.js Ratings.js
    1
    function Star({ marked, starId }) {
    2
      return (
    3
        <span star-id={starId} style={{ color: "#ff9933" }} role="button">
    4
          {marked ? "\u2605" : "\u2606"}
    5
        </span>