Skip to content
View 1Brandon1's full-sized avatar

Block or report 1Brandon1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
1Brandon1/README.md

Typing SVG

#    ╔═══════════════════════════════════════════════════════════════╗
#    ║ Hey, I’m Brandon — a developer who loves building things      ║
#    ║ that are smart, interactive, and fun to use.                  ║
#    ║                                                               ║
#    ║ I’m into exploring how software, AI, and design come together ║
#    ║ to create meaningful, creative solutions.                     ║
#    ╚═══════════════════════════════════════════════════════════════╝
class Developer:
    def __init__(self):
        self.name = "Brandon Attram"
        self.role = "Developer"
        self.interests = ["Software", "AI", "Design"]
        self.motivation = ["Curiosity", "Creativity", "Problem Solving"]

    def intro(self):
        print("Hey, I’m Brandon — a developer who loves building things that are smart, interactive, and fun to use.")
        print("Exploring how software, AI, and design connect to create meaningful, creative solutions.")

me = Developer()
me.intro()

# TODO: Keep learning, keep building, keep evolving 🚀

💻 Tech Stack

Git NPM HTML5 Java JavaScript Node.js

C Python TypeScript CSS3 TailwindCSS Express.js React GitHub


📊 GitHub Stats

Pinned Loading

  1. Elemental-Chess Elemental-Chess Public

    A creative chess variant with unique pieces

    JavaScript 3

  2. Blackjack Blackjack Public

    A terminal-based multiplayer Blackjack game

    Python 1