Sound
OFF ON

Hi,
I'm logohelma
software developer

Front End Developer/ Back End Developer


Contact me!

Me, Myself and I

My name is Thelma Ofoegbu, a passionate coding enthusiast currently pursuing a bachelor’s degree in Computer Systems. With a deep love for technology and innovation, I am dedicated to exploring the ever-evolving world of software development.

My journey began with a curiosity for how things work behind the scenes, which quickly turned into a commitment to mastering programming languages and building meaningful projects.

From designing websites to developing software applications, I thrive on the challenges that come with solving complex problems....Visit my about page

My Portfolio

This is a small collection of my recent projects. But I've got plenty more to show!
Interested in seeing additional work? Visit my portfolio page

See More!
My Work

HTML, CSS, JavaScript

A simple to-do list web app where users can add tasks, mark them as complete, and delete them. Data persists using local storage so tasks are saved even after refreshing the page.

JAVA

A Java-based shopping cart system managing skincare, haircare, and fragrance products. It features a prepopulated inventory and supports viewing products, managing the cart, and checking out. Admin access is password-protected with "Admin". The system allows users to add items to the cart, edit quantities, and cancel transactions, showcasing object-oriented principles and interactive user management.

PYTHON

A Python-based student grading system managing student records with IDs, personal details, and module grades. It supports adding, searching, sorting, and removing students, with final grades auto-calculated. Sorting is done via heapsort, and users can view detailed student info through a command-line interface.