Skip to content
View funmilolajire's full-sized avatar
💤
💤

Highlights

  • Pro
Block or Report

Block or report funmilolajire

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

  1. invoice-app invoice-app Public

    a full-stack invoicing application built with next.js and nest.js

    TypeScript 18 7

  2. redditclient redditclient Public

    a web app built on reddit's api

    HTML

  3. audiophile audiophile Public

    an ecommerce website for audio products

    TypeScript

  4. portfolio portfolio Public

    my personal portfolio

    JavaScript

  5. whereintheworldv2 whereintheworldv2 Public

    A progressive web application built on rest countries api

    JavaScript 1

  6. creditcardchecker.js creditcardchecker.js
    1
    // All valid credit card numbers
    2
    const valid1 = [4, 5, 3, 9, 6, 7, 7, 9, 0, 8, 0, 1, 6, 8, 0, 8];
    3
    const valid2 = [5, 5, 3, 5, 7, 6, 6, 7, 6, 8, 7, 5, 1, 4, 3, 9];
    4
    const valid3 = [3, 7, 1, 6, 1, 2, 0, 1, 9, 9, 8, 5, 2, 3, 6];
    5
    const valid4 = [6, 0, 1, 1, 1, 4, 4, 3, 4, 0, 6, 8, 2, 9, 0, 5];