Skip to content
View juanda404's full-sized avatar
πŸ‡¨πŸ‡΄
colombia
πŸ‡¨πŸ‡΄
colombia

Block or report juanda404

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
juanda404/README.md

πŸ‘‹ Hi, I'm Juan David

πŸš€ About Me

  • πŸ”­ Freelancer building modern, responsive applications.
  • 🌱 Deepening my knowledge in React.js and modern front-end architectures.
  • ✍🏼 I write about code & life in my blog: juanda404
  • 🌟 Web Developer since 2024 β€” coding with passion and discipline.

🧠 Technical Skills

const juanda404 = {
  getTechnicalSkills: () => [
    "React.js",
    "JavaScript",
    "HTML5",
    "CSS3",
    "Tailwind CSS",
    "MySQL",
    "C#",
    "CMS Sitefinity",
  ],
};

const AboutMe = () => {
  return (
    <div>
      <h1>About Me</h1>
      <h2>Technical Skills</h2>
      <ul>
        {juanda404.getTechnicalSkills().map((skill, index) => (
          <li key={index}>{skill}</li>
        ))}
      </ul>
    </div>
  );
};

πŸ‹οΈβ€β™‚οΈ Hobby

Passionate about gym training, following a disciplined hypertrophy-focused routine every week. πŸ’ͺπŸ”₯

πŸ“« Contact

```

export default AboutMe;

⚑ Actividad reciente

Pinned Loading

  1. TODOMACHINE TODOMACHINE Public

    herramienta utilizada para crear un TODO con React.js

    JavaScript 1

  2. API-REST-MOVIES API-REST-MOVIES Public

    This site is thinking in aplication of API-REST as practice form

    JavaScript

  3. React-intro React-intro Public

    con este proyecto eh iniciado la introduccion al uso de React.js

    JavaScript

  4. ApiRestJVFundamental ApiRestJVFundamental Public

    proyecto referente a fundamentos referente al consumo de aplicaciones

    JavaScript

  5. ProyectoPH ProyectoPH Public

    Proyecto Web sistema gestion vehicular para una propiedad horizontal

    HTML

  6. EcomerceWithReactJS EcomerceWithReactJS Public

    creation of site ecomerce using React JS

    JavaScript