Skip to content
View david-mateogit's full-sized avatar
  • Dominican Republic
Block or Report

Block or report david-mateogit

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. algorithms-practice algorithms-practice Public

    Algorithms

    TypeScript 1

  2. movie-db-react-app movie-db-react-app Public

    Practice app using the Movie DB API.

    JavaScript

  3. react-market-app react-market-app Public

    react practice app refactored with hooks

    CSS

  4. nodejs-app nodejs-app Public

    Complete Ecommerce Node JS Application

    JavaScript 1

  5. Luhn’s Algorithm - Credit Card # Check. Luhn’s Algorithm - Credit Card # Check.
    1
    // test cards 
    2
    // https://developer.paypal.com/docs/classic/payflow/payflow-pro/payflow-pro-testing/#credit-card-numbers-for-testing
    3
    
                  
    4
    const card = 378282246310005;
    5
    let mod = 1;
  6. contact-keeper-server contact-keeper-server Public

    Complete CRUD application with Node Server and React Client.

    JavaScript