Nov, 2021
A bit about me š¤
What I do for fun
Interests include sustainability, human rights, technology and travelling.
Tech I like...
Given my area of study, I prefer working with data analysis/ visualization tools.
Currently learning...
Currently learning Python.
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="Margarida Pereira" />,
mountNode
);
Nov, 2021
Saying hello! š
Iām a people-person. I love meeting new people and learning about their lives and their backgrounds. I can almost always find common ground with strangers, and I like making people feel comfortable in my presence.
Nov, 2021
A bit about me š¤
What I do for fun
Interests include sustainability, human rights, technology and travelling.
Tech I like...
Given my area of study, I prefer working with data analysis/ visualization tools.
Currently learning...
Currently learning Python.
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="Margarida Pereira" />,
mountNode
);
Nov, 2021
Saying hello! š
Iām a people-person. I love meeting new people and learning about their lives and their backgrounds. I can almost always find common ground with strangers, and I like making people feel comfortable in my presence.