Welcome To My Portfolio

This is a showcase of my projects and programming skills.

Java Projects

Spring Fling

• Worked in a group to create a game in Java using OOP
• In the game, a bunny, controlled by the user, has to jump up through a series of ledges without falling in Java using OOP.
• Created ledge class, parallax/moving Background (everytime the bunny jumps up camera moves up), scoring system, and added sound.

Course Registration System

• Built a course registration system in Java using OOP
• Utlizied method overriding, inheritance, polymorphism, encapsulayion, and abstract data types to build the system
• Two users: Student and Admin
• Students could view all courses, view non full courses, register and withdraw from courses,and view courses they are enrolled in
• Admins could create courses, delete courses, edit courses,and register students
• Reports available: view all courses, view full courses, names of students in a specific course, courses sorted according to number of students enrolled
• Implemented serialization so the system stays updated.