Skip to content
View suzannamoran's full-sized avatar
Block or Report

Block or report suzannamoran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suzannamoran/README.md

Hi!

Welcome to my page!

About Me

I'm a junior at UNC-Chapel Hill in the B.S. Information Science and B.S. Computer Science programs. I'm very interested in UX/UI design, Human-Computer Interaction, and Information Retrieval. I am passionate about early computer science education and the accessibility of STEM fields to women and other historically underrepresented groups.

Current Projects

🌐 Deploying Beautiful Soup and Google Drive API to create a Python program on Google Colab that web scrapes the HackNC DevPost to extract pertinent information from 200+ projects and match judges in related fields to maximize efficiency and relevance of evaluators at one of NC's largest hackathons

👩‍💻 Continually adding new tools and softwares to my technological skillset within UNC Computer Science + Social Good's Education team, leading to a social good project next semester

🕸 Implementing JavaScript server-side and client-side scripting on my personal portolio

Thanks for stopping by!

Popular repositories Loading

  1. git-workshop-22s git-workshop-22s Public

    Forked from comp110git/git-workshop

    Small little repo for learning about git

    Python

  2. suzannamoran suzannamoran Public

  3. personal_portfolio personal_portfolio Public

    My HTML/CSS coded personal website on the UNC SILS Opal server developed using a design from HTML5

    HTML

  4. hacknc-2022 hacknc-2022 Public

    Forked from mellieho9/hacknc-2022

    Program developed to web scrape the HackNC DevPost project page to organize data in a spreadsheet and assign judges in related fields

    Python

  5. multiplicity multiplicity Public

    A JavaScript multiplication game created for a remedial math elementary student

    JavaScript

  6. nodeless-BST-methods nodeless-BST-methods Public

    Implementation of a binary search tree without a Node class, with methods created including insert, remove, printPreOrderTraversal, printPostOrderTraversal, and printBreadthFirstTraversal.

    Java