Skip to content
View lougoncharenko's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lougoncharenko

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
lougoncharenko/README.md

class Louisa { constructor(Bio, Education, Experience, Tools) {

this.Bio = {
  "Name": "Louisa Goncharenko",
  "Email": "louisa.gonch@gmail.com"
};

this.Education = {
  "Degree in Progress": "Bachelor's Degree in Applied Computer Science",
  "Current Degree": "Bachelor's of Science",
  "Colleges" : ["Dominican University of California", "Metropolitan State University", "Anoka Ramsey Community College"]
};

this.Experience = {
  "Current Occupation": "Software Engineer at Shopify",
  "Previous Occupation": ["Front-End Freelance Developer", "Electrical Contractor", "Surgical Assistant", "Elementary Educator"]
};

this.tools = {
        "languages" : ["Python", "Ruby", "SQL" "HTML", "CSS", "JavaScript"],
        "frameworks" : ["REACT", "React-Native", "Flask", "MongoDB", "RAILS"]
};

} }

Pinned Loading

  1. Ecommerce-Website Ecommerce-Website Public

    creating an e-commerce website with Javascript, html and CSS

    HTML

  2. flask-weather-app flask-weather-app Public

    HTML

  3. react-weather-app react-weather-app Public

    practicing react by recreating a weather app

    TypeScript

  4. star_wars_api star_wars_api Public

    HTML

  5. todo-react-app todo-react-app Public

    Practicing typescript and react by building a simple to do app

    TypeScript

  6. tic-tac-toe tic-tac-toe Public

    Tic-tac-toe with OOP

    TypeScript