My main work and class projects
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
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
Built a password manager that stores credentials securely. Used encryption and hashing to help protect saved data.
Repo: PasswordManager
Made a 2D Unity game with multiple levels and increasing difficulty. Built movement, collisions, and basic game logic.