
$246.13
Eddie Svk
Web Developer
@edwarlord
- NodeJS
- JavaScript
- ReactJS
- Nextjs
- Tailwind CSS
- Tech
Mar, 2022
A bit about me 🤔
What I do for fun
Just for fun
Currently learning
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Eddie Svk" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am passionate about my work. Because I love what I do, I have a steady source of motivation that drives me to do my best.

$246.13
Eddie Svk
Web Developer
@edwarlord
- NodeJS
- JavaScript
- ReactJS
- Nextjs
- Tailwind CSS
- Tech
Mar, 2022
A bit about me 🤔
What I do for fun
Just for fun
Currently learning
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Eddie Svk" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am passionate about my work. Because I love what I do, I have a steady source of motivation that drives me to do my best.