Projects

My main work and class projects

Full Stack Weather Application

Built a weather app where users enter a location and get current weather, a forecast, and alerts. Added input checks so missing city names or failed requests don’t break the app.

Demo/Repo: FullStack-WeatherApp


AI Code Reviewer

Built a tool that checks code and gives suggestions to improve structure and readability. Kept it modular so more rules can be added later.

Repo: AI-Code-Reviewer


Secure Password Manager

Built a password manager that stores credentials securely. Used encryption and hashing to help protect saved data.

Repo: PasswordManager


2D Video Game

Made a 2D Unity game with multiple levels and increasing difficulty. Built movement, collisions, and basic game logic.