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, a 25-year-old passionate developer from Poland. I thrive in team environments, as I enjoy learning new things from others and contributing to group projects. I am an organized individual who learns from my mistakes, continuously striving to improve. Empathetic, sincere, and honest, I treat my work as a rewarding experience, not just an obligation.
- Personal project:
- 🌱 I’m currently learning more about Fullstack with TypeScript Java and Python.
- 💬 How to reach me? [email protected] or LinkedIn.
import React from 'react';
const Profile:React.FC<Props> = () => {
return(
<h3>A passionate developer from Poland</h3>
);
}
export default Profile;