top of page
Computers


Web Design &
Programming

A selection of custom-built websites, mobile apps, and software projects—developed using tools like HTML/CSS, JavaScript, React, PHP, Python, mySQL, and C++. Each project features original design systems created in Figma and Adobe Suite, with seamless UI/UX, front-end to back-end functionality, and integrations using platforms like Android Studio, IMIS/WordPress, and Dockers

 

click to navigate to page section

2020 - 2025

Website Development

In this section, you'll find a range of websites I've developed for various companies and organizations, demonstrating my versatility in web development. Projects are organized by category: conference sites, federal sites, specialty sites, and personal sites built for projects or created in my free time. Each reflects my commitment to clean code, responsive design, and user-focused functionality.

Screenshot 2025-07-24 at 5.18.14 PM.png

ACMA | Web Developer Intern, MSP

Developed a custom conference website featuring agenda details, sponsor highlights, and blog updates. Designed to inform attendees and promote the ACMA 2022 Annual Meeting.

 

 

 

Screenshot 2025-07-24 at 5.18.36 PM.png

ULC Conference Site | Lead Web Developer, NACWA

Created homepage graphics, interactive pop-ups for event info, and weekly blog updates for NACWA's Utility Leadership conference. Enhanced site functionality with social media links and dynamic content pages.

iwill.png

IWIL | Web Developer Intern, MSP

Built a wellness-focused site for the Well-Being Week in Law (WWIL) team, featuring a weekly schedule layout, styled content sections, and dynamic interface elements to promote daily health themes.

 

 

Screenshot 2025-07-24 at 5.22.06 PM.png

StratComm Conference Site | Lead Web Developer, NACWA

Developed a full event site for Strategic Communications conference with seven content pages, a customized sponsor grid, and a branded conference graphic. Supported ongoing updates and layout enhancements.

2022 - 2025

Mobile 
Apps

This section highlights mobile apps I developed using Android Studio with Java, JavaScript, and Kotlin. Each app reflects my personal interests and serves as a platform to showcase my skills in mobile development—from intuitive UI design to functional, user-centered features.

"Self"

Mental Health App

Built in Android Studios using Kotlin & Java
High Point, NC 

 

"Self" is a comprehensive wellness and self-care platform designed to empower users to lead healthier lives. The app features a range of functionalities, including a Contacts page, a Yoga video section, a Home page for navigation, a page dedicated to Herbal Teas, a Virtual Journal page, and a Book section focused on meditation books.

s (1).png
awards-logos-peak_stacked-light.png

Thrift Trace

Sustainability App

Built in Android Studios using Kotlin & Java
High Point, NC 

 

Thrift Trace is a sustainable mobile app designed to promote thrifting and help users trace their carbon footprint. It features functionalities such as carbon footprint calculation based on thrifted clothes, a database for selling second-hand items, a menu page, profile management, and a section for viewing added items.

2020 - 2024

Computer
Programming

As a dual major in Computer Science and Graphic Design, I bring both analytical precision and creative insight to my programming work. This section features a selection of programs I've developed, showcasing functionality across languages such as C++, SQL, and PHP—from database-driven applications to command-line tools and dynamic web features.

GUI
(Graphical User
Interface)

This section features a web-based flight simulator GUI I developed with a team for the Comfort Airlines project. Built using PHP, HTML, CSS, and JavaScript, the interface integrates both front-end design and back-end functionality to display flight data, financial summaries, and dynamic error handling across multiple pages—designed for both usability and operational insight.

Coding Station
first1.png
sec1.png
third1.png
fourth3.png
coblacklogo.png

|

Airline
Simulator

January 2024 - April 2024

The Comfort Airlines project, developed by the Byte Me team, aimed to create a comprehensive airline management system. This involved meticulous planning, development, and testing of software tools designed to improve airline operations efficiency and user experience. The project involved creating a user-friendly graphical interface that allowed airline staff to manage flights, passengers, and other operational details effectively.

My Role

As part of the Byte Me team, my specific role revolved around developing the graphical user interface (GUI). I focused on ensuring that the interface was intuitive and user-friendly, enabling smooth navigation and efficient data retrieval. My contributions were critical in allowing users to interact seamlessly with the system, enhancing their ability to manage daily operations and access essential information.

Coding Languages Used

s (3)_edited.png

INDEX.PHP
Airport Timetable

Dropdown Menu for Airport Selection​

  • Allows users to select an airport code from a dropdown menu populated with codes from the AIRPORT table in the database.

​​

Arrivals and Departures Display

  • Dynamically updates the webpage to display either arrival or departure flight information based on the user's selection.

​​

Flight Status Indication​

  • Indicates the status of each departure (Cancelled, Early, On-Time, Delayed) based on a comparison of scheduled and actual departure times, with distinct styling for each status.

Route.PHP
Route Search

Retrieve Route Data

  • Description: Executes SQL queries to retrieve data related to specific routes from the ROUTE and FLIGHT tables.

  • Parameters: None (may utilize a user-provided route code)

  • Returns: Array of route details

​​

Display Route Information

  • Description: Formats and displays the route data, including operational statistics.

  • Parameters: None (utilizes the data array from database queries)

  • Returns: HTML content

​

Rep.PHP
Data Report

Tail Number Selector

  • Choose the date for which you want to generate a report using the date picker.

​​

Display Simulation Report

  • HTML tables displaying daily operational metrics for the selected aircraft, including number of flights operated, passengers transported, on-time departure and arrival percentages, and total operational hours. The report includes  summary of these metrics over the chosen period.

​

Calc.PHP
Financial Summary

Fetch Flight Data

  • Description: Executes a SQL query to fetch flight details, including tail number, flight date, and distance, from the AIRCRAFT and FLIGHT tables within a specified date range.

  • Parameters: None (uses hardcoded date range within the SQL query)

  • Returns: Array of flight details

​​

Calculate Leasing, Terminal, & Fuel Fees

  • Description: Calculates fees based on aircraft tail number prefixes and days of operation within the specified date range, Calculates terminal fees based on takeoffs and landings per flight, Calculates fuel fees based on flight distance, aircraft type, and fixed price per gallon.

  • Parameters: None (uses $flights array from database query) Returns: Populates $leasingFeesPerDay array

bottom of page