Projects

Explore some of the projects I've worked on. These reflect my growth, creativity, and problem-solving skills.

Schicgirl Preview

🌿 Schicirl - Natural Hair Blog

Wordpress

Developed and customized a WordPress site for a natural hair care brand, with a focus on clean structure, easy updates, and growing an engaged community.

I Improved my WordPress theme customization, content structure, and ability to turn real user needs into an organized, practical blog.

View Project
caesar cipher Preview

🔑 CaesarCipher Java Project

Java • Gradle • OOP • CLI

A simple Java console application to encrypt and decrypt text using the classic Caesar Cipher algorithm. Built from scratch with a proper Gradle build setup and clear package structure.

I learned to apply object-oriented principles in Java, working with Gradle’s `application` plugin, and structuring reusable logic for real-world usage.

View Repo
Personal Finance Tracker Preview

💸 Personal Finance Tracker

Java • Swing GUI • OOP

A simple Java desktop application to help you track your income, expenses, and savings goals with a clean Swing GUI! This project demonstrates practical OOP design, a user-friendly interface, and thoughtful extra features like emoji tagging and unusual expense warnings.

I learned to structure a real desktop app with reusable OOP design and thoughtful features like unusual expense warnings.

View Repo
Data Analyzer Preview

📊 Data Analyzer

Python • CLI • pandas • matplotlib • PDF

A reusable CSV Analyzer tool that cleans data, measures data quality, creates smart plots, and generates PDF reports. It’s fully CLI-ready, so you can run it in a data pipeline. I added safe handling for text columns, so it won’t crash on bad data.

I practiced building a robust CLI tool, generating automated reports, and handling messy real-world data safely.

View Repo
JobBoard Preview

💼 JobBoard

HTML • CSS • JavaScript

A Modern, clean, responsive frontend job listing platform where users can search, filter, and bookmark jobs.

I learned to build a clean, responsive job listing site with filtering, searching, and bookmark features.

View Repo View project
Portfolio Preview

🌐 Portfolio Website

HTML • CSS • JavaScrip

Designed and built my personal portfolio website to showcase my skills, projects, and growth as a junior software engineer.

Practiced responsive design principles, accessible layouts, and how to present technical work in a user-friendly way.

View Repo View project
Task Tracker Preview

✅ My Task Tracker

JavaScript • HTML • CSS

Responsive task app with add/delete/complete functionality, user email-based storage, and dark mode.

I practiced DOM manipulation, local storage, and building features like add, delete, and mark tasks complete.

View Repo View project
Weather App Preview

☀️ Weather App

JavaScript • HTML • CSS • API

Modern weather app using OpenWeather API. Includes city search, geolocation, °C/°F toggle, and dark mode.

I learned to fetch and display live weather data using an external API and handle user input

View Repo View project