Skip to content
View tarupathak's full-sized avatar
πŸ’»
Developing
πŸ’»
Developing

Block or report tarupathak

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


Headline

tarupathak

Leetcode Gmail Twitter

class Developer {
  constructor() {
    this.name = "Taru Pathak πŸš€";
    this.role = "FullStack Developer 🎨";
    this.favoriteLanguage = "JavaScript ✨";
    this.hobby = "Developing πŸ’»";
  }

  sayHello() {
    console.log("Hello there! Thanks for checking out my work, stay awesome! 😎");
  }
}

const me = new Developer();
me.sayHello();

image image image image

image image image image image

image image

image image

image

Β tarupathak

tarupathak

Popular repositories Loading

  1. Portfolios Portfolios Public

    This is my first project.

    HTML

  2. Calculator Calculator Public

    This is a calculator made by me.

    HTML

  3. Car_Animation Car_Animation Public

    This is an animation of moving car on the road.

    CSS

  4. Data-Analysis-using-PYTHON Data-Analysis-using-PYTHON Public

    This is my first project using python.

    Jupyter Notebook

  5. Analog_Clock Analog_Clock Public

    This is an analog clock made by me.

    CSS

  6. Tic_Tac_Toe Tic_Tac_Toe Public

    This is a Tic_Tac_Toe game made by me.

    JavaScript