Skip to content
View LeoFreyre's full-sized avatar
🍀
Focus
🍀
Focus

Block or report LeoFreyre

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LeoFreyre/README.md
header
Typing SVG

I was born on January 2008, right in the middle of one of the most exciting times for technology and human progress. From a young age, I’ve always been curious about how things work, and that naturally led me into the world of technology and entrepreneurship.

I’ve always believed that if you genuinely want to learn something, you’ve got the ability to do it without having to rely on external help. I’m passionate about building projects, watching them grow, and seeing how people use them in their everyday lives. I enjoy creating systems that make life simpler and more practical, turning every challenge into a chance to grow and bring ideas to life.

🛠  My Tech Stack

React Node.js NestJS MySQL AWS Git GitHub Visual Studio Code Linux Bash Railway VirtualBox Supabase Flutter Docker


Who am I?

class WhoAmI {
   user: string;
   hobbies: string[];

   constructor() {
       this.user = 'Leo Freyre';
       this.hobbies = ['Gym', 'Read', 'Chess'];
   }

   getCity(): string {
       return 'Dubai';
   }
}

export default WhoAmI;

My Skills & Favorite Tools

Languages

Tools and Technologies That I like

Want to collaborate on projects with me?
E-mail

footer

Popular repositories Loading

  1. bot-find-home-dubai bot-find-home-dubai Public

    Find Home DXB is a bot that helps you find properties or list your own by providing key details such as photos, descriptions, prices and location.

    JavaScript 2

  2. LeoFreyre LeoFreyre Public

    My personal space in Github, a place where I share projects, learnings and a little of my personal tastes :v

  3. adminrentalho-app-real-estate-control adminrentalho-app-real-estate-control Public

    Tool designed to optimize the management of startups dedicated to holiday home rentals. It has a collaborative interface that allows owners and employees to work together on property management, ta…

    Dart