class WebDeveloper {
  constructor(firstName, lastName, skills) {
    this.firstName = this.firstName;
    this.lastName = this.lastName;
    this.skills = this.skills;
  }
}

const Pavin = new WebDeveloper(
  "Pavin", 
  "Mathew", 
  { 
      frontEnd: ["HTML", "CSS", "JS", "JQuery", "React"], 
      backEnd: ["Node", "Express", "MongoDB", "Firebase", "PostgreSQL"]
  },
)

Hey. I'm Pavin Mathew. 🦥

I code web apps.

Learn more about me.

PicrossO

View Demo </>
Play Picross Online with your friends!

MeTube

View Demo </>
Upload and search videos through this YouTube look-a-like.

New Horizons Trading Club

</>
List your extra items up for sale on this Animal Crossing: New Horizons web portal.

Recipe Disaser

</>
Can't decide on what to make for dinner? Let this recipe searching app decide for you!

Other Projects

codepen icon
github icon

Get in touch.

Photo of

Who am I?

Hi there! My name is Pavin.

I'm a self-taught web developer with years of experience designing and developing scalable websites.

I first started my web development journey on freecodecamp.org, and have since designed a wide variety of both front-end and full-stack applications using React and Express.