Skip to content
View vnchen92's full-sized avatar

Block or report vnchen92

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
vnchen92/README.md

HELLO 😄

class SoftwareEngineer {
  constructor(name, position) {
    this.name = name;
    this.position = position;
  }
  
  sayHi() {
    console.log('Thank you for dropping by!');
  }     
}

const me = new SoftwareEngineer('Vivian Chen', 'Full Stack Software Engineer');
me.sayHi();

Languages & Tools

babel chartjs css3 express git heroku html5 javascript linux mongodb nodejs postgresql postman rails react redux ruby sqlite webpack

Pinned Loading

  1. strive strive Public

    Strive is a full stack clone of the free version of Strava, a social networking application for athletes.

    JavaScript

  2. calorie_calc calorie_calc Public

    Track your macronutrients (macros) and calories at Subway if you are calorie conscious or macro conscious.

    JavaScript

  3. LineAlert LineAlert Public

    LineAlert is a NYC-based subway alert application where users can create live alerts to notify other users of subway hazards, delays, and other suspicious activity.

    JavaScript