ELAINE HO

HELLO, WORLD!

package aboutMe;

public class Elaine extends Adventurous {
    public Elaine() {
      String fullName = "Elaine Ho";
      String homeTown = "Fremont, CA";
      String school = "Unversity of California, Santa Barbara";
      int expectedGraduation = June 2025;
      Resume resume = new Resume("pdf");
      String[] hobbiesAndInterests = new String[] {
        "embroidering",
        "acrylic painting",
        "biking",
        "playing video games",
        "baking",
        "working out"
      }
    }
    public static void contact() { }
}

EDUCATION

UC Santa Barbara

Computer Science Major (College of Engineering)

Expected Graduation: June 2025

Relevant Coursework:

Computer Science

  • CMPSC 16 (UCSB)
  • AP Computer Science Principles
  • AP Computer Science A

Other Experiences

  • Coders SB Freshman Representative (2021)
  • Institute of Electrical and Electronics Engineers @ UCSB (2021)
  • Girls Who Code Summer Immersion Student (2019)
  • Kode with Klossy (2020)
  • Built by Girls WAVE Program

PROJECTS

Boba Tracker

Created a mobile app that allows users to follow through a virtual experience of ordering boba drinks..


Demo

JavaScript

Rock Paper Scissors

Coded a website where visitors compete against the computer in a simple rock paper scissors game..


Demo

HTML, CSS, Javascript

Sudoku Solver

Coded a Sudoku Solver in Python with the help of a Youtube Video..


Program

Python

Chatbot

Programmed a Chatbot using Java..


Program

Java

Raccoon Saga

Coded a matching game using React and Firebase.


Program

React