If you are here, please leave a ⭐️ at Go Barber App! Show your support! 👍🏻
-
🔭 Personal projects: Monokai Dark Green, Go Barber App
-
🌱 I’m currently learning: GitHub Copilot
-
📫 How to reach me? israel.nunes.leite@gmail.com or LinkedIn
-
🎂 Fun fact: The Cake?! Well... It's a lie.
import React from 'react';
const Profile: React.FC = () => {
return (
<h3>A passionate developer from Brazil!</h3>
);
};
export default Profile;