Skip to content
View Alexandro02's full-sized avatar
πŸ’­
Learning:)
πŸ’­
Learning:)
Block or Report

Block or report Alexandro02

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Alexandro02/README.md

Good Afternoon!

Hi!, Im Alexandro Espino πŸ˜„

~ If it can be designed, it can be programmed ~

Banner Git

import React from "react";
import { useState } from "react";

const Alex = () => {
  const [me, setMe] = useState({
    name: "Alexandro Espino",
    hobbies: ["Coding πŸ’»", "Drink coffee β˜•", "Learn πŸ“–", "Videogames πŸ•Ή"],
    tools: ["Windows πŸ”Ÿ", "Linux πŸ§‘β€πŸ’»", "Github", "Git Bash", "Figma ⚜️"],
    skills: ["Compromise ", "Motivation ", "Team work ", "Fast learner"],
  });
  console.log(me);
  return (
    <div>
      <h1>Hi im {me.name}</h1>
      <span>I usually do in my days:</span>
      <p>{me.hobbies}</p>
      <h3>What tools i use</h3>
      <ul>
        {me.tools.map((item, i) => (
          <li key={i}>
            <span>{item}</span>
          </li>
        ))}
      </ul>
      <h3>My skills</h3>
      <ul>
        {me.skills.map((item, i) => (
          <li key={i}>
            <span>{item}</span>
          </li>
        ))}
      </ul>
    </div>
  );
};

export default Alex;

πŸ’» Technologies πŸ“±

ReactΒ  CSSΒ  HTMLΒ  JavaScriptΒ  NodeJSΒ 

πŸ”§ Tools βš™

I ❀️ to work with

React Badge Javascript Badge Nodejs Badge CSS Badge

Contact Me

Pinned

  1. WebPlantStore WebPlantStore Public

    1

  2. LandingPage LandingPage Public

    Landing page project

    CSS