Skip to content
View aayushvijay's full-sized avatar
:electron:
Curiosity
:electron:
Curiosity

Highlights

  • Pro

Organizations

@CoffeeTwoCode
Block or Report

Block or report aayushvijay

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

Hi there 👋

This is Aayush Vijay.

app.get('/aayushvijay', (req, res) => {
    var url = "github.com/aayushvijay";
    request(url, (error, response, body) => {
        if (!error && response.statusCode == 200) {
            res.send("Hi there!");
        }
    });
});

Glad to see you here.

Pinned Loading

  1. Portfolio Portfolio Public

    Self made Portfolio from Scratch

    HTML 1

  2. Child-Nutrition-System Child-Nutrition-System Public

    CSS

  3. Face-Detection-Using-OpenCV Face-Detection-Using-OpenCV Public

    Python 1

  4. Movies-Review Movies-Review Public

    HTML 2

  5. Todo Todo Public

    This is a simple To-do app built on React.Js.

    HTML

  6. Facebook-Auth Facebook-Auth Public

    Facebook Authentication Button using React

    JavaScript