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

Welcome to Neyan Montes's Profile 👋



I'm a Systems and Computing Engineer with a focus on software and web development, specializing in frontend technologies. I'm passionate about creating user-friendly and visually appealing web interfaces, and I'm always eager to learn and adapt to the latest technologies and trends in the industry.



import React from 'react';

const FrontendDeveloper = () => {
  const userData = {
    name: "Neyan Montes",
    username: "XNeyMo",
    location: "Cartagena de Indias, Colombia",
    web: "https://xneymo.netlify.app"
  };

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

export default FrontendDeveloper;


Programming Languages

Frameworks and Libraries

Technologies

Contant Me

Popular repositories

  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

    Astro

  6. dotfiles dotfiles Public

    Lua