Indigo Starr

Contact
LinkedIn
Github
Run To The Beet

about

Hi! I'm Indigo. Yep, that is my real name!
I'm currently a Software Engineering Apprentice at Lyft.
I've spent most of my career in HR as an HR systems analyst. In that role I learned there a lot of manual and repetitive tasks that should be automated, which brought me to engineering. I'm a self-taught full-stack engineer who learned primarily by following The Odin Project. My hobbies include riding my bike long distances, running in the mountains and writing clean code to solve my own problems.

projects

myLib

Personal library management app. Users can search for a book using the google books API and add them to their collection. Categorize books by what you have read, are reading, or would like to read. Users can then review their full collection or review by category.


Google Apps Script

    Create add-ons to be used with google suite to automate repetitive processes
  • Trigger emails once a form is submitted
  • Populate a custom docs template from sheets and print as a PDF
  • Update formulas on every sheet within a folder

  • Rock Paper Scissors

    This classic game is played against the computer. Try your luck by selecting rock, paper or scissors.
    Rules:
    rock > scissors || paper > rock || scissors > paper.
    If the player selects the same as the computer there is a tie and no player receives a point