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();
🧙♂️
I use dark magic to make code work
Computer science student | Front-end developer in the making
- Athens, Greece
- https://johnroussos.dev/
- @giannhs_r
Pinned Loading
-
-
monitor-dimmer
monitor-dimmer PublicDim your second monitor if it gets too bright when watching movies, play games, etc..
C++
-
a-reactive-particle-system
a-reactive-particle-system PublicSplitting images into particles with React Three Fiber
JavaScript 4
-
-
react-heaven-scroll
react-heaven-scroll Public archiveScroll so smooth, it's like it's made in Heaven
JavaScript
-
react-svg-mouse-follower
react-svg-mouse-follower PublicA morphing SVG circle that follows your mouse
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


