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

Block or report Iamstanlee

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

Hey, I'm Stanley 👋

Software Engineer

LinkedIn Connect Portfolio Twitter

Pinned

  1. pokedex pokedex Public

    Pokemon app built with poke-api and flutter

    Dart 9

  2. expense_bud expense_bud Public

    An app to keep of track your expenses and stay on top of your game with detailed insights, built with clean architecture and MVVM pattern 🚀

    Dart 57 24

  3. Merkle(Hash) Tree Implementation Merkle(Hash) Tree Implementation
    1
    class MerkleTree {
    2
        constructor(leaves, concatHash) {
    3
            this.leaves = leaves;
    4
            this.concatHash = concatHash;
    5
        }
  4. backdrop_pets_app backdrop_pets_app Public

    TypeScript 4

  5. x_gpt x_gpt Public

    Personalized and contextual AI chat bot

    TypeScript 4 1

  6. linkfy_text linkfy_text Public

    A lightweight flutter package to linkify texts containing urls, emails and hashtags

    Dart 27 21