$0.00
Chijoke Ogbuanya
Fullstack developer
@EngrGord
Dec, 2021
A bit about me 🤔
What I do for fun
Play Games, Watching videos on YouTube, basketball, weight lifting, jogging...
Tech I like...
I love building with JavaScript, React, PHP, Phyton..
Currently learning...
I'm learning Go, solidity, web3..
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="Chijoke Ogbuanya" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am ambitious and driven. I thrive on challenge and constantly set goals for myself, so I have something to strive toward.
$0.00
Chijoke Ogbuanya
Fullstack developer
@EngrGord
Dec, 2021
A bit about me 🤔
What I do for fun
Play Games, Watching videos on YouTube, basketball, weight lifting, jogging...
Tech I like...
I love building with JavaScript, React, PHP, Phyton..
Currently learning...
I'm learning Go, solidity, web3..
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="Chijoke Ogbuanya" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am ambitious and driven. I thrive on challenge and constantly set goals for myself, so I have something to strive toward.