Skip to content
View JRoussos's full-sized avatar
🧙‍♂️
I use dark magic to make code work
🧙‍♂️
I use dark magic to make code work

Block or report JRoussos

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.

Content in all repositories owned by your account will be closed.
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
JRoussos/README.md
class John {
    constructor(
        public firstName = "John",
        public lastName = "Roussos",
        public email = "johnroussos.dev@gmail.com",
        public website = "https://johnroussos.dev/",
      ) {}

      helloWorld(): void {
        console.log("Hi, I'm John! I'm a web developer");
        console.log("I like creating interactive motion experiences");
      }

      contactMe(): void {
        console.log(`Feel free to contact me at ${this.email}`);
      }
}

const me = new John();

me.helloWorld();

Pinned Loading

  1. mosaic-generator mosaic-generator Public

    Generating mosaics from a set of photos

    JavaScript 4

  2. monitor-dimmer monitor-dimmer Public

    Dim your second monitor if it gets too bright when watching movies, play games, etc..

    C++

  3. a-reactive-particle-system a-reactive-particle-system Public

    Splitting images into particles with React Three Fiber

    JavaScript 4

  4. personal-portfolio-v3 personal-portfolio-v3 Public

    Portfolio 2023

    JavaScript 1

  5. react-heaven-scroll react-heaven-scroll Public archive

    Scroll so smooth, it's like it's made in Heaven

    JavaScript

  6. react-svg-mouse-follower react-svg-mouse-follower Public

    A morphing SVG circle that follows your mouse

    JavaScript