Greetings, I'm [Tomasz Nawrocki!]:(https://navroportfolio.netlify.app)
If you are here, please leave a ⭐ on my Gitbub! Shw your support!👋
I am Tom, I am 22 years old. I love working in a group, I feel good working with other people and thus gain new knowledge. I consider myself an organized person and I learn from my mistakes, which is why I try to solve the problems I encounter. I am an empathetic, sincere and honest person. I treat my work as a pleasure, not an obligation.
- Personal project:
- 🌱 I’m currently learning more about Fullstack with JavaScript and Golang.
- 💬 How to reach me? tomeknawrocki2000@gmail.com or LinkedIn.
import React from 'react';
const Profile:React.FC<Props> = () => {
return(
<h3>A passionate developer from Poland</h3>
);
}
export default Profile;