function Esra () {
const sayHello = async () => {
console.log("Thanks for dropping by, hope you find some of my work interesting.")
}
useEffect(() => {
sayHello();
}, []);
return (
<>
<h1> My main programming language is Javascript. </h1>
<h5> I often use React and Redux. </h5>
<div>
I'am currently working on React Native.
Ask me about: Web dev, React JS and more! I'm open to learning.
</div>
<a href="https://esracebii.com">My Personel Website </a>
</>
)
}
export default Esra;
Software is a great combination between artistry and engineering. - Bill Gates