Skip to content
View XNeyMo's full-sized avatar

Highlights

  • Pro

Organizations

@XYTON-Technologies
Block or Report

Block or report XNeyMo

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
XNeyMo/README.md
import React from 'react';
import Knowledge from '../components/Knowledge'

const SoftwareDeveloper = () => {
  const userData = {
    name: "Neyan Montes",
    username: "XNeyMo",
    location: "Cartagena de Indias, Colombia",
    web: "https://xneymo.netlify.app",
    technicalKnowledge: {
      frontend: ["AstroBuild", "ReactJS", "React Native", "TailwindCSS", "HTML", "CSS", "JavaScript"],
      backend: ["FastAPI", "Python", "Rust", "NodeJS"],
      database: ["MongoDB", "JSON"]
    }
  };

  return (
    <div>
      <h1>{userData.name}</h1>
      <p>Username: {userData.username}</p>
      <p>Location: {userData.location}</p>
      <p>Web: <a href={userData.web}>{userData.username}'s Website</a></p>

      {Object.keys(userData.technicalKnowledge).map((category, index) => (
        <Knowledge
          key={index}
          title={`${category.charAt(0).toUpperCase()}${category.slice(1)} Technologies`}
          information={userData.technicalKnowledge[category]}
        />
      ))}
    </div>
  );
}

export default SoftwareDeveloper;

Contact

Popular repositories Loading

  1. Portfolio Portfolio Public

    This repository contains my personal portfolio which is made with the basic web technologies that are HTML, CSS and JavaScript, in addition to having a responsive design so that it adapts to any sc…

    HTML

  2. Income-System-Control Income-System-Control Public

    Python

  3. Shopify-Plus-Clon Shopify-Plus-Clon Public

    This repository contains a Shopify Plus clone built with the ReactJS library and the Tailwind framework. The first part of the development, which consisted of creating the clone without responsive …

    JavaScript

  4. Nioma-Backend Nioma-Backend Public

    Rust

  5. SJT SJT Public

    Rust

  6. dotfiles dotfiles Public

    Lua