Skip to content
View traebracy's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report traebracy

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
traebracy/README.md

Hi, I'm Trae Bracy

I'm a programming student building a strong foundation in Python, Java, C++, and web development. I use GitHub to document what I am learning, practice core programming concepts, and turn class exercises into clearer portfolio projects.

I enjoy learning how software is structured, how small programs become larger systems, and how code can be used to help people solve real problems.

Current Focus

  • Strengthening programming fundamentals and data structures
  • Practicing object-oriented programming in Java and Python
  • Building beginner-friendly projects with clean READMEs and comments
  • Learning HTML, CSS, JavaScript, and React
  • Exploring ideas for an ABA-focused app for neurodivergent children

Languages and Tools

  • Python
  • Java
  • C++
  • HTML and CSS
  • JavaScript
  • Git and GitHub

Featured Projects

Project Tech What it demonstrates
Voice Assistant Python APIs, speech recognition, desktop UI, threaded program flow
Shape Calculator Java OOP, inheritance, abstract classes, JavaFX visualization
ATM Class System Java Classes, inheritance, account types, menu-driven logic
Chinese Translator Python File handling, dictionaries, text parsing, word frequency
Lantern Bloom Restaurant HTML/CSS Page structure, responsive layout, form design
Online Store Java OOP, inventory structure, multi-class program design
Password Validator C++ Input validation, loops, conditionals, rule-based checks
Numeric Calculator C++ Arithmetic operations, switch logic, input validation

Practice Collections

I organized smaller exercises into collection repositories so my profile stays easier to navigate:

About Me

I love learning, writing, philosophy, faith, and building toward projects that can make a real difference. My long-term goal is to keep growing as a developer while creating useful, thoughtful software.

Contact

You can reach me through the links on my GitHub profile, including LinkedIn.

Pinned Loading

  1. voice-assistant-python voice-assistant-python Public

    Python voice assistant project using API requests, JSON parsing, and conversational output.

    Python

  2. sambo0709/Quaver sambo0709/Quaver Public

    Mood for music app

    CSS

  3. password-validation-cpp password-validation-cpp Public

    Password validation program that checks user input against required security rules.

    C++

  4. shape-calculator-java shape-calculator-java Public

    Java shape calculator using OOP, geometry formulas, inheritance, and JavaFX visualization.

    Java

  5. resume resume Public

    This is the start of my resume using html & css...

    CSS

  6. chinese-translator-python chinese-translator-python Public

    Python translator that maps English words to Chinese using a text file dictionary.

    Python